Skip to Content
API ReferenceDocumentPOST /file_upload

POST /document/file_upload

Upload File

Upload a file for later use in documents (soft/accept dormant flow).

Request Body

FieldTypeRequiredDescription
filestringNo
idempotency_keystringNo
softbooleanNo
acceptbooleanNo

Response (FileUploadDocumentApiResponse)

FieldTypeRequiredDescription
file_idstringYesUUID of the created files_resource
idempotency_keystringNoServer-minted soft-call key (the audit call_id). On a soft propose, echo this back with accept to promote/reject the staged upload.
Last updated on