Skip to content

Query Task (Single)

GET https://www.kkiai.com/kling/v1/videos/advanced-lip-sync/{id}

Request Parameters

Authorization

Add the Authorization parameter to the Header. Its value is the Token concatenated after Bearer.

Example: Authorization: Bearer ********************

Path Parameters

Parameter NameTypeRequiredDescription
idstringRequired

Header Parameters

Parameter NameTypeRequiredDescriptionExample
Content-TypestringOptionalapplication/json
AuthorizationstringOptionalBearer {{YOUR_API_KEY}}

cURL Example

bash
curl --location --request GET 'https://www.kkiai.com/kling/v1/videos/advanced-lip-sync/825469163380052066' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'

Response

🟢 200 Success

Response Example

json
{}