7be21448a2b3
latestOpenAPI 3.1.02026-08-06236494759.4 KBDocuments
Confirm Document Upload
After you got the temporary file URL of type UPLOAD_URL and the file is uploaded, the upload of file must be confirmed.
post/business/v2/documents/confirm
Response
The returned resource is a single Document.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "invoice-2025-001.pdf",
"preview_url": "https://storage.example.com/documents/7bf79328-a7ae-4222-aa54-091ff7f429a7/preview?signature=...",
"thumbnail_url": "https://storage.example.com/documents/7bf79328-a7ae-4222-aa54-091ff7f429a7/thumbnail?signature=...",
"creation_time": "2025-04-12T10:15:30Z"
}