Attachments API
Media objects and file management — upload, update, retrieve, and delete.
Operations below are scaffolded from FastAPI introspection. Each operation page renders inline via
<OAOperation>once CI populatesopenapi.json.
Operations
- POST /media/create — Create a new media object.
- GET /media/{media_key} — Fetch a media object.
- PATCH /media/{media_key} — Update a media object.
- DELETE /media/{media_key} — Delete a media object.
- POST /files — Upload one or more files.
- DELETE /files — Delete one or more files.