Media
Upload and manage media files
📄️ List media
Returns media files in your library. Supports filtering by type and pagination.
📄️ Get media
Returns detailed information about a specific media file, including type, dimensions, file size, and processing status.
📄️ Delete media
Permanently delete a media file from your library and its backing storage. This action cannot be undone.
📄️ Upload media
Request a presigned upload URL for a media file. This is step 1 of the 3-step upload flow:
📄️ Complete media upload
Signal that a file upload is finished. Call this after uploading your file to the presigned URL returned by `POST /media/upload`.