Skip to main content
GET

Authorizations

string
default:"Bearer ${YOUR_API_KEY}"
required
Neural4D API key using the Bearer scheme.

Query Parameters

string
Batch task ID returned by a generation request. Provide this or uuid, but not both.Example: "normal-video-c50fe63e-699d-4d61-93f5-2099ab159d6d".
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
string
required
Batch task ID returned by a generation request.Example: "normal-video-c50fe63e-699d-4d61-93f5-2099ab159d6d".
enum<string>
required
Normalized task lifecycle status.Available options: queued, processing, succeeded, failed.
integer<int64>
required
Unix timestamp in seconds.
object
required
Current child video task output, including entries that are still queued or processing.
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.
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.
integer<int64>
Unix timestamp in seconds.
object
Credits charged for this task when available.
object
Error details when the task fails.