Finish file upload
Finish a single file upload
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Path Parameters
The unique identifier of the file upload session. Unique identifier for the upload session.
"24b49ba0-6b5c-4950-94c1-1622939cc481"
The unique identifier of the file. Unique identifier for a file
"311fe2cb-1c85-46a4-a8d9-f63a88da44fd"
Body
Response
Returns the session status and finished file status
A response contaning session and file status information
Unique identifier for the upload session.
"24b49ba0-6b5c-4950-94c1-1622939cc481"
Status of the upload session.
preparing, completed, aborted "preparing"
Unique identifier for a file
"311fe2cb-1c85-46a4-a8d9-f63a88da44fd"
Status of the file upload.
preparing, completed, aborted "completed"