Process a Commercial Register PDF (background)

View as Markdown

Submits a Commercial Register PDF for background OCR processing. Because processing can take a long time, this call only queues the job and returns immediately — it does not return extracted data. Poll GET /v1/ocr/get_process_pdf_result/{transaction_id} or subscribe to the completion webhook to retrieve the result once processing finishes.

Authentication

ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer

End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.

Request

This endpoint expects an object.
pdf_base64stringRequired
transaction_idstringRequired

Response

PDF accepted and queued for background processing.
dataobject
error_codeinteger or null
error_messagestring