v4
OpenAPI 3.1.02026-08-01166346466.7 KBfiles
Complete multipart upload
Complete a multipart upload after all parts have been uploaded. Creates the file object and returns it.
post/v1/files/uploads/{upload_id}/complete
Path parameters
upload_idstring uuid required
The ID of the multipart upload
The ID of the multipart upload
Request body
Response
The completed file details
Example response
{
"id": "file_abc123",
"filename": "document.pdf",
"bytes": 1024,
"mime_type": "application/pdf",
"version": 1
}