Video

Signal video download complete

Signal that a video has been downloaded and server-side resources can be cleaned up.

POST
/video/complete
Sign-In-With-X<token>

Base64-encoded JSON envelope containing a CAIP-122 sign-in message and its cryptographic signature.

{
  "message": "<CAIP-122 message>",
  "signature": "<base58 for Solana, hex for EVM>"
}

In: header

Request Body

application/json

model*string

Canonical model slug.

queue_id*string

Queue ID returned by /video/queue.

Response Body

application/json

curl -X POST "https://beta.aimo.network/api/v1/video/complete" \  -H "Content-Type: application/json" \  -d '{    "model": "string",    "queue_id": "string"  }'
{
  "success": true
}