Authorization: Bearer ********************{
"stream": true,
"model": "seedream-v4",
"messages": [
{
"content": "draw a cow,",
"role": "user"
}
]
}curl --location --request POST 'https://vibecodingapi.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": true,
"model": "seedream-v4",
"messages": [
{
"content": "draw a cow,",
"role": "user"
}
]
}'{}