Skip to main content
GET
Retrieve a task

Authorizations

Authorization
string
header
default:${YOUR_API_KEY}
required

Neural4D API key using the Bearer scheme.

Query Parameters

id
string

Batch task ID returned by a generation request. Provide this or uuid, but not both.

Example:

"normal-video-c50fe63e-699d-4d61-93f5-2099ab159d6d"

uuid
string<uuid>

Child video UUID returned in the generation response. Provide this or id, but not both.

Example:

"7d1fa4bb-41e6-4a5d-88d8-1851f5342e87"

Response

Task details

id
string
required

Batch task ID returned by a generation request.

Example:

"normal-video-c50fe63e-699d-4d61-93f5-2099ab159d6d"

status
enum<string>
required

Normalized task lifecycle status.

Available options:
queued,
processing,
succeeded,
failed
created_at
integer<int64>
required

Unix timestamp in seconds.

output
object
required

Current child video task output, including entries that are still queued or processing.

mode
enum<string>
required

Video generation mode used by the task.

Available options:
text_to_video,
first_frame_image_to_video,
first_last_frame_image_to_video,
reference_to_video
model
enum<string> | null

Video generation model used by the task.

Available options:
bytedance/seedance-2.0,
bytedance/seedance-2.0-fast,
google/veo-3.1,
xai/grok-imagine
updated_at
integer<int64>

Unix timestamp in seconds.

usage
object

Credits charged for this task when available.

error
object

Error details when the task fails.