Upload Image
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/images \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'name=<string>' \
--form 'label=<string>' \
--form 'tags=<string>' \
--form nothing_to_label=false \
--form 'metadata=<string>' \
--form label.0='@example-file'{
"data": {
"id": 123,
"name": "<string>",
"uploadTime": "<string>"
}
}Image
Upload Image
POST
/
v1
/
projects
/
{project_id}
/
images
Upload Image
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/images \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'name=<string>' \
--form 'label=<string>' \
--form 'tags=<string>' \
--form nothing_to_label=false \
--form 'metadata=<string>' \
--form label.0='@example-file'{
"data": {
"id": 123,
"name": "<string>",
"uploadTime": "<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.
Headers
Path Parameters
Query Parameters
Body
multipart/form-data
Response
Successful Response
Show child attributes
Show child attributes
⌘I

