{
"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://goapi.gptnb.ai/pika/v1/pro/generate' \
--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
}
}
}'
{}