Process a Commercial Register PDF (background)
Process a Commercial Register PDF (background)
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_base64
transaction_id
Response
PDF accepted and queued for background processing.
data
error_code
error_message

