Create a file upload request in user's root folder
File Upload Requests
Create a file upload request in user's root folder
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 in user's root folder
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bearer token
Body
application/vnd.api+json