Append Tags To Media List
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/images/tags \
--header 'Content-Type: application/json' \
--data '
{
"tagNames": [
"<string>"
],
"mediaIds": [
123
],
"allMedia": false
}
'{
"data": [
{
"name": "<string>",
"id": 123,
"orgId": 123,
"isArchived": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"color": "<string>"
}
]
}Image
Append Tags To Media List
POST
/
v1
/
projects
/
{project_id}
/
images
/
tags
Append Tags To Media List
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/images/tags \
--header 'Content-Type: application/json' \
--data '
{
"tagNames": [
"<string>"
],
"mediaIds": [
123
],
"allMedia": false
}
'{
"data": [
{
"name": "<string>",
"id": 123,
"orgId": 123,
"isArchived": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"color": "<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
application/json
Response
Successful Response
Show child attributes
Show child attributes
⌘I

