PUT
/
v2
/
projects
/
{project_id}
/
lipsync
curl --request PUT \
  --url https://api.rask.ai/v2/projects/{project_id}/lipsync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "is_multiple_speakers": true,
  "is_free_lipsync": true
}'
{
  "tasks_in_lipsync_queue": 123,
  "lipsync_task_status": "started"
}

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

Body

application/json

Response

200
application/json
Lip-sync task response.

The response is of type object.