Skip to Content
API ReferenceDocumentPOST /image_upload

POST /document/image_upload

Upload Image

Upload an image for later use in documents (soft/accept dormant flow).

Parameters

NameInRequiredDescription
namequeryNo
descriptionqueryNo

Request Body

FieldTypeRequiredDescription
filestringNo
idempotency_keystringNo
softbooleanNo
acceptbooleanNo

Response (ImageUploadDocumentApiResponse)

FieldTypeRequiredDescription
image_idstringYesUUID of the created images_resource
upload_idstringYesUUID of the underlying uploads_entry
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