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

Changes

No recorded changes to this endpoint across all 7 revisions of this API.