POST
/
videos
/
{id}
/
render
curl --request POST \
  --url https://api.argil.ai/v1/videos/{id}/render \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "moments": [
    {
      "transcript": "<string>",
      "avatarId": "<string>",
      "voiceId": "<string>",
      "audioUrl": "<string>",
      "videoUrl": "<string>",
      "gestureSlug": "<string>"
    }
  ],
  "videoUrl": "<string>",
  "videoUrlSubtitled": "<string>",
  "subtitles": {
    "enable": true
  },
  "extras": {}
}

Authorizations

x-api-key
string
header
required

API key to be included in the x-api-key header

Path Parameters

id
string
required

The id of the Video to render

Response

200
application/json

Detailed information about the Video

The response is of type object.