Skip to main content

Upload Item Media

POST 

/api/items/uploadmedia

Tier: Public — stable, supported for third-party integration.

Uploads one or more media files (e.g. photos) and attaches them to an item.

This endpoint has no authorization attribute. An anonymous (unauthenticated) call raises an unhandled exception (HTTP 500) rather than a 401, because the organisation/user context it relies on is null. Callers must still present a valid JWT. The request body is multipart form content containing the media file(s) and the owning item id.

Responses

true on success.