Replace image metadata
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/images/{image_id}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'{
"data": {
"metadata": {},
"mediaId": 123
}
}Image
Replace image metadata
POST
/
v1
/
projects
/
{project_id}
/
images
/
{image_id}
/
metadata
Replace image metadata
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/images/{image_id}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'{
"data": {
"metadata": {},
"mediaId": 123
}
}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

