Theme
Query Task (Single)
GET
https://www.kkiai.com/kling/v1/videos/omni-video/{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 Name | Type | Required | Description |
|---|---|---|---|
id | string | Required |
Header Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
Content-Type | string | Optional | application/json | |
Authorization | string | Optional | Bearer {{YOUR_API_KEY}} |
cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/kling/v1/videos/omni-video/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'Response
🟢 200 Success
Response Example
json
{}