| Model | Price |
|---|---|
| sora2-pro-video | $0.24/s |
{
"model": "sora2",
"task_type": "sora2-pro-video",
"input": {
"prompt": "Scottish Highland coo with ginger fur getting a parking ticket from a Glaswegian police officer speaking in a thick accent, parked on a double yellow line in a small Scottish town",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": 4
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/3101de1a-6e2e-451c-8538-efd5875888d7",
"secret": ""
}
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora2",
"task_type": "sora2-pro-video",
"input": {
"prompt": "Scottish Highland coo with ginger fur getting a parking ticket from a Glaswegian police officer speaking in a thick accent, parked on a double yellow line in a small Scottish town",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": 4
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/3101de1a-6e2e-451c-8538-efd5875888d7",
"secret": ""
}
}
}'{
"code": 200,
"data": {
"task_id": "e20126e0-badc-4244-b4f1-bbeebd475d6c",
"model": "sora2",
"task_type": "sora2-pro-video",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/3101de1a-6e2e-451c-8538-efd5875888d7",
"secret": ""
}
},
"input": {
"prompt": "Scottish Highland coo with ginger fur getting a parking ticket from a Glaswegian police officer speaking in a thick accent, parked on a double yellow line in a small Scottish town",
"aspect_ratio": "16:9",
"duration": 4,
"resolution": "720p"
},
"output": null,
"meta": {
"created_at": "2025-11-27T03:31:32.351077015Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "llm",
"frozen": 0,
"consume": 9600000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}