v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBDocuments
Upload Document
Endpoint to upload a Document.The first step is to get a temporary URL where to upload the file.
post/business/v2/documents/upload
Response
The returned resource is a single UploadUrlDocument.
Example response
{
"uploaded_by": "USER",
"content_type": "application/pdf",
"attachment_name": "1779089463912.pdf",
"pre_signed_url": "https://example.com/upload-url"
}