Authorization: Bearer ********************
{
"ids": [
"f4b6403a-f5f1-49b9-a6d2-6ce8c68cae0d"
]
}
curl --location -g --request POST '/luma/tasks' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"f4b6403a-f5f1-49b9-a6d2-6ce8c68cae0d"
]
}'
{
"code": "success",
"message": "",
"data": [
{
"id": 13917,
"created_at": "2024-07-01T07:35:13.568Z",
"updated_at": "2024-07-01T07:35:23.654Z",
"task_id": "9d4b7516-77e5-481a-b015-48313946f33b",
"platform": "luma_free",
"action": "LUMA_VIDEO",
"status": "IN_PROGRESS",
"fail_reason": "",
"submit_time": 1719819313,
"start_time": 1719819323,
"finish_time": 0,
"data": {
"id": "9d4b7516-77e5-481a-b015-48313946f33b",
"liked": null,
"state": "processing",
"video": null,
"prompt": "cat dance",
"created_at": "2024-07-01T07:35:13.498000Z",
"estimate_wait_seconds": null
}
}
]
}