Media types
Endpoints
Full request and response schemas are in API reference.
Upload flow
Creating a media item is a two-step process. First upload the file bytes, then register the uploaded file as reusable media.1
Create an upload target
inputFileId and uploadUrl.2
PUT the file bytes
3
Register the media item
mediaId and the media url. Use the
url inside presets or project settings.POST /media does not accept raw file uploads. It expects an inputFileId
from a prior POST /uploads + PUT call.List media
Apply a background
Reference uploaded media from a preset or directly from project settings:Delete media
What’s next
- Render settings reference — all shared field paths and enum values
- Presets — bundle media with other render settings
- Project settings — apply backgrounds to a project
- SDK media — the same flow in TypeScript
