Skip to Content
API ReferenceDocumentPOST /text_upload

POST /document/text_upload

Upload Text

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

Request Body

FieldTypeRequiredDescription
filestringNo
idempotency_keystringNo
softbooleanNo
acceptbooleanNo

Response (TextUploadDocumentApiResponse)

FieldTypeRequiredDescription
text_idstringYesUUID of the created texts_resource
upload_idstringYesUUID of the uploads_entry (file on disk)
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