Skip to main content
POST
/api/v1/video/complete

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
model
string
required

The ID of the model used for video generation.

Example:

"video-model-123"

queue_id
string
required

The ID of the video generation request.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Video generation request completed successfully

success
boolean
required

Indicates whether the video cleanup was successful.

Example:

true