Passer au contenu principal
POST
/api/v1/video/complete

Autorisations

Authorization
string
header
requis

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

Corps

application/json
model
string
requis

The ID of the model used for video generation.

Exemple:

"video-model-123"

queue_id
string
requis

The ID of the video generation request.

Exemple:

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

Réponse

Video generation request completed successfully

success
boolean
requis

Indicates whether the video cleanup was successful.

Exemple:

true