Skip to content

Query Custom Subject (Single New Version)

GET https://www.kkiai.com/kling/v1/general/advanced-custom-elements/{task_id}

Request Parameters

Authorization

Add the parameter Authorization to the Header, with its value being the Token concatenated after Bearer

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

Path Parameters

Parameter NameTypeRequiredDescription
task_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/general/advanced-custom-elements/865316601930203176' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'

Response

🟢 200 Success

Response Example

json
{}