Create Classes
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/classes \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
{
"id": 123,
"name": "<string>",
"index": 123,
"color": "<string>",
"description": "<string>"
}
]
}Classes
Create Classes
POST
/
v1
/
projects
/
{project_id}
/
classes
Create Classes
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/classes \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
{
"id": 123,
"name": "<string>",
"index": 123,
"color": "<string>",
"description": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://landinglens.docs.landing.ai/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

