Authorization: Bearer ********************
{
"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 -g --request POST '/pika/pro/generate' \
--header 'Authorization: ' \
--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
}
}
}'
{}