Zum Hauptinhalt springen
POST
/api/v1/video/complete

Autorisierungen

Authorization
string
header
erforderlich

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

Body

application/json
model
string
erforderlich

The ID of the model used for video generation.

Beispiel:

"video-model-123"

queue_id
string
erforderlich

The ID of the video generation request.

Beispiel:

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

Antwort

Video generation request completed successfully

success
boolean
erforderlich

Indicates whether the video cleanup was successful.

Beispiel:

true