{
"model": "seedance",
"task_type": "seedance-2-preview",
"input": {
"prompt": "A woman sings and strums her guitar",
"duration": 5,
"aspect_ratio": "16:9"
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/440dc876-c92a-4ef7-a3c5-2f4a8f528601",
"secret": ""
}
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedance",
"task_type": "seedance-2-preview",
"input": {
"prompt": "A woman sings and strums her guitar",
"duration": 5,
"aspect_ratio": "16:9"
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/440dc876-c92a-4ef7-a3c5-2f4a8f528601",
"secret": ""
}
}
}'{
"code": 200,
"data": {
"task_id": "07ed43de-465d-43b1-b62c-44249b14d818",
"model": "seedance",
"task_type": "seedance-2-preview",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/440dc876-c92a-4ef7-a3c5-2f4a8f528601",
"secret": ""
}
},
"input": {
"prompt": "A woman sings and strums her guitar",
"duration": 5,
"aspect_ratio": "16:9"
},
"output": null,
"meta": {
"created_at": "2026-02-27T13:33:26.10346684Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "llm",
"frozen": 0,
"consume": 7500000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}