uploads
Register a file upload
Registers an image or video in the org's file library and returns a presigned S3 URL to upload the bytes to. PUT the raw file to upload_url with the declared Content-Type and Content-Length headers before the URL expires, then call the complete endpoint to make it ready. Uploads are capped per file and per org by total size.
post/uploads
Request body
Example request
{
"$schema": "/api/v1/FileCreateRequest.json"
}Response
Created
Example response
{
"$schema": "/api/v1/FileUploadResponse.json"
}