Get Commercial Register PDF processing result

View as Markdown

Retrieves the result of a PDF submitted via POST /v1/ocr/process_pdf. Use this to poll for completion, or as a fallback if the completion webhook is not received.

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.

Path parameters

transaction_idstringRequired

The transaction_id supplied to process_pdf.

Response

Current status and, once complete, the extracted result.
dataobject
error_codeinteger or null
error_messagestring