Create a file upload request (initiate direct upload)
File Upload Requests
Create a file upload request (initiate direct upload)
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.
Please see the File Uploads guide for an overview of the whole process.
Response
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)
POST
Create a file upload request (initiate direct upload)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bearer token
Path Parameters
Body
application/vnd.api+json