š New Models Available: grok-4 now live!
ā Explore New Features
{
"callback_url": "http://baidu.com",
"prompt": "customize your prompt here",
"sfx": false,
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "Inflate",
"model": 1.5,
"options": {
"frameRate": 20,
"camera": {
"pan": "right",
"tilt": "up",
"rotate": "cw",
"zoom": "in"
},
"parameters": {
"guidanceScale": 16,
"motion": 2,
"negativePrompt": "ugly",
"seed": 144124
}
}
}
curl --location --request POST 'https://api.cometapi.com/pika/pro/generate' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "http://baidu.com",
"prompt": "customize your prompt here",
"sfx": false,
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "Inflate",
"model": 1.5,
"options": {
"frameRate": 20,
"camera": {
"pan": "right",
"tilt": "up",
"rotate": "cw",
"zoom": "in"
},
"parameters": {
"guidanceScale": 16,
"motion": 2,
"negativePrompt": "ugly",
"seed": 144124
}
}
}'
{
"code": 200,
"msg": "succeeded",
"data": {
"task_id": "64d8d683-56c2-533b-c7c8-b78f1faa3438",
"state": "",
"status": "",
"prompt": "",
"prompt_en": null,
"video_url": null,
"poster": null,
"last_frame": null,
"msg": null,
"point": "",
"refund": "",
"create_time": "",
"update_time": ""
},
"exec_time": 0.713854
}