Confirm a file upload
File Upload Requests
Confirm a file upload
Step 3 of 3-step file upload: Confirm the upload by creating the actual file.
After uploading the file to the direct upload URL (Step 2), call this endpoint with
the blob_signed_id from the create response to create the file record.
If the signed URL has expired, a 410 Gone response will be returned and you must initiate a new upload.
Please see the File Uploads guide for an overview of the whole process.
POST
Confirm a file upload
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bearer token
Path Parameters
Body
application/json
Signed ID returned from the create step
Response
File created