Skip to main content
When you configure a callback_url in the following video generation APIs, the server will automatically send notifications when the task status changes: You will receive notifications for task completion (success) or failure events. The server sends these callbacks as POST requests with Content-Type: application/json.

Callback Request Details

The callback body follows the schema defined below:
task_id
string<uuid>
required
id
string<uuid>
required
status
enum<string>
required
Available options:
PENDING,
QUEUING,
PROCESSING,
SUCCESS,
FAILED,
CANCELED
category
enum<string>
required
Available options:
TEXT_TO_VIDEO,
IMAGE_TO_VIDEO,
VIDEO_TO_VIDEO,
TEMPLATE_TO_VIDEO
callback_url
string | null
required
seconds
integer
required
output_videos
DomoVideoOut · object[]
required
credits
integer
required
inputs
Inputs · object
required
created_at
string | null
required