{
"callback_url":"http://baidu.com",
"style":"Inflate",
"ratio":"16:9",
"prompt":"一只小猫",
"sfx": true,
"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://goapi.gptnb.ai/pika/v1/pro/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url":"http://baidu.com",
"style":"Inflate",
"ratio":"16:9",
"prompt":"一只小猫",
"sfx": true,
"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":"成功","data":{"task_id":"d1828770-3b01-4fc6-995a-57d9b3cb5c20"},"exec_time":0.588949,"ip":"171.214.61.54"}