Skip to main content
POST
/
lists
cURL
curl --request POST \
  --url https://my.cald.ai/client/api/v1/lists \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "status": "<string>",
  "listId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cald.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Body

application/json
name
string
required

The name of the list, it must be unique across all lists

Response

Success response with list details

status
string

Whether the list was successfully created, can be either success or failed

listId
string

Unique identifier for the list (only returned if the list was successfully created)