Theme
Preview Selected Video
POST
https://www.kkiai.com/kling/v1/videos/multi-elements/preview-selection
Request Parameters
Authorization
Add the Authorization parameter to the Header, with its value being the Token concatenated after Bearer
Example: Authorization: Bearer ********************
Header Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
Content-Type | string | Optional | application/json | |
Authorization | string | Optional | Bearer {{YOUR_API_KEY}} |
Body Parameters (application/json)
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | string | Required |
Request Example
json
{
"session_id": "828033558945619987"
}cURL Example
bash
curl --location --request POST 'https://www.kkiai.com/kling/v1/videos/multi-elements/preview-selection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "828033558945619987"
}'Response
🟢 200 Success
Response Example
json
{}