Skip to main content
Retrieve a paginated list of all custom elements you have created. Each entry in the returned array has the same structure as a single element query response.

Quick Example

curl "https://ai.alad.com/kling/v1/general/advanced-custom-elements?pageNum=1&pageSize=10" \
  -H "Authorization: Bearer YOUR_API_KEY"

Request Parameters

ParameterTypeDescription
pageNumintegerPage number, starting from 1
pageSizeintegerNumber of items per page

Response

data is an array where each entry has the same structure as a single query response. Entries with task_status of submitted may not yet have task_result populated.

API Reference

View the interactive API documentation for Kling List Custom Elements.