Media
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
Changes
No recorded changes to this endpoint across all 29 revisions of this API.