v2

latestOpenAPI 3.1.0MIT2026-07-26105151330.5 KB
Project Editing

Add Image

Add an image to a project by URL. Requires project:write permission.

post/v1/projects/{projectId}/images

Path parameters

projectIdstring required

Project ID (MongoDB ObjectId)

Request body

urlstring uri required

URL of the image

descriptionstring

Optional description. If omitted, an AI-generated description is filled in asynchronously after upload.

tagsstring[]

Optional tags. If omitted, AI-generated tags are filled in asynchronously after upload.

Response

Image added

successboolean required
errorstring nullable