{
"model": "omni-human",
"task_type": "omni-human-1.5",
"input": {
"audio_url": "https://input_audio.wav",
"image_url": "https://input_image.webp",
"prompt": "A man sings on street",
"fast_mode": true,
"seed": 999
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/fee4150c-2a0d-40c4-847b-c474d030402b",
"secret": ""
}
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "omni-human",
"task_type": "omni-human-1.5",
"input": {
"audio_url": "https://input_audio.wav",
"image_url": "https://input_image.webp",
"prompt": "A man sings on street",
"fast_mode": true,
"seed": 999
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/fee4150c-2a0d-40c4-847b-c474d030402b",
"secret": ""
}
}
}'{
"code": 200,
"data": {
"task_id": "996c5b6b-dcd8-4119-9c0a-2aae37d5b36f",
"model": "omni-human",
"task_type": "omni-human-1.5",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/fee4150c-2a0d-40c4-847b-c474d030402b",
"secret": ""
}
},
"input": {
"image_url": "https://input_image.webp",
"audio_url": "https://input_audio.wav",
"prompt": "A man sings on street",
"fast_mode": true,
"seed": 999
},
"output": null,
"meta": {
"created_at": "2026-01-16T12:45:13.18955821Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "llm",
"frozen": 0,
"consume": 13000000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}