Vai al contenuto principale
POST
/api/v1/video/complete

Autorizzazioni

Authorization
string
header
obbligatorio

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

Corpo

application/json
model
string
obbligatorio

The ID of the model used for video generation.

Esempio:

"video-model-123"

queue_id
string
obbligatorio

The ID of the video generation request.

Esempio:

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

Risposta

Video generation request completed successfully

success
boolean
obbligatorio

Indicates whether the video cleanup was successful.

Esempio:

true