TaskStatus:
"NOT_START"
"SUBMITTED"
"QUEUED"
"IN_PROGRESS"
"FAILURE"
"SUCCESS"
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/jimeng/fetch/cgt-20250724171808-b8gvb' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"id": "4665a07c-7641-4809-a133-10786201bb56",
"prompt": "",
"state": "pending",
"queue_state": null,
"created_at": "2024-12-22T13:38:40.139409Z",
"batch_id": "",
"video": null,
"video_raw": null,
"liked": null,
"estimate_wait_seconds": null,
"thumbnail": null,
"last_frame": null
}
Modified at 2026-03-06 15:27:44