Pular para o conteúdo principal
POST
/api/v1/video/complete

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
model
string
obrigatório

The ID of the model used for video generation.

Exemplo:

"video-model-123"

queue_id
string
obrigatório

The ID of the video generation request.

Exemplo:

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

Resposta

Video generation request completed successfully

success
boolean
obrigatório

Indicates whether the video cleanup was successful.

Exemplo:

true