Step 1 of 3-step file upload: Initiate a direct upload.
This endpoint creates a placeholder file record and returns credentials for uploading the file directly to the storage service.
direct_upload.url using the direct_upload.headersname: The filename (required)size: File size in bytes (required)content_type: MIME type of the file (optional, defaults to application/octet-stream)checksum: Base64-encoded MD5 hash of the file content (required)The response includes a meta.direct_upload object containing:
url: The URL to upload the file toheaders: Headers to include in the upload requestblob_signed_id: Signed ID of the blob (for reference)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer token
Folder UUID