Skip to content

List custom subjects

List the Kling custom subjects you have created.

GET/v1/kling/subjects

Returns the list of existing custom subjects. Takes no query parameters and is not billed.

To check whether a creation has finished and get the new subject's ID, poll the task ID returned at creation with Get video task: when done, the result carries element_ids and elements.

Headers

Authorization:requiredstring

Bearer sk-…: an API key created in the console under API keys; its group must include the requested model

Returns

200Subject list JSON

application/json Subject list

Errors

401Missing, invalid or expired API key (missing_api_key / invalid_api_key / api_key_expired)

Related