š New Models Available: grok-4 now live!
ā Explore New Features
{
"model": "video-01",
"prompt": "A note found in the belly of a fish on the beach says hi."
}
curl --location --request POST 'https://api.cometapi.com/v1/video_generation' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "video-01",
"prompt": "A note found in the belly of a fish on the beach says hi."
}'
{
"task_id": "119044601607782400",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}