Skip to main content
GET
/
avatar-videos
/
{uid}
Get avatar video render
curl --request GET \
  --url https://api.smartlyq.com/v1/avatar-videos/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "job_uid": "hg_a1b2c3d4e5f6",
    "status": "completed",
    "kind": "stock",
    "progress": 100,
    "video_url": "https://videocdn.smartlyq.com/video-studio/42/hg_a1b2c3d4e5f6.mp4",
    "duration_sec": 42,
    "error": "",
    "created_at": "2026-10-15 09:16:00"
  }
}

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

uid
string
required

The job_uid returned by generate/translate/lipsync.

Response

OK

The response is of type object.