v2
latestOpenAPI 3.1.02026-08-075421692.0 MBMedia
Get upload URL
Get a presigned URL to upload files directly to cloud storage (up to 5GB). Returns an uploadUrl and publicUrl. PUT your file to the uploadUrl, then use the publicUrl in your posts.
post/v1/media/presign
Request body
Example request
{
"filename": "my-video.mp4",
"contentType": "video/mp4",
"size": 15234567
}Response
Presigned URL generated successfully