GET
/
v2
/
projects
/
{project_id}
/
lipsync
curl --request GET \
  --url https://api.rask.ai/v2/projects/{project_id}/lipsync \
  --header 'Authorization: Bearer <token>'
{
  "check_face_task_status": "started",
  "tasks_in_lipsync_queue": 123,
  "lipsync_result_path": "<string>",
  "lipsync_task_status": "started",
  "video_has_face": true,
  "lipsync_task_progress": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Project ID

Response

200
application/json
Lip-sync info.

The response is of type object.