files
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. The file becomes pushable to phones once uploaded; the first push verifies the object. Uploads are capped per file by media type and per org by count and total size.
post/files
Request body
Example request
{
"$schema": "/api/v1/FileCreateRequest.json"
}Response
Created
Example response
{
"$schema": "/api/v1/FileUploadResponse.json"
}