{"model":"Qubico/framepack","task_type":"img2video","input":{"prompt":"The camera zooms in, a video of a young woman with long, dark hair and bangs. She is wearing a light gray t-shirt and appears to be sitting at a table.","negative_prompt":"chaotic, distortion, morphing","start_image":"https://i.ibb.co/wbw9GLY/girl.webp","end_image":"https://i.ibb.co/wbw9GLY/girl.webp","duration":10}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.piapi.ai/api/v1/task' \
--header'x-api-key;' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "Qubico/framepack",
"task_type": "img2video",
"input": {
"prompt": "The camera zooms in, a video of a young woman with long, dark hair and bangs. She is wearing a light gray t-shirt and appears to be sitting at a table.",
"negative_prompt": "chaotic, distortion, morphing",
"start_image": "https://i.ibb.co/wbw9GLY/girl.webp",
"end_image": "https://i.ibb.co/wbw9GLY/girl.webp",
"duration": 10
}
}'