Skip to main content
GET
Downloads the result files
For how to find result file identifiers and download extracted data, see Processing documents with a single API call.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

transactionId
string<uuid>
required

Transaction identifier. You receive it in the response after the transaction has been successfully created.

fileId
string
required

File identifier. You can find it in the transaction details, under documents - resultFiles.

Response

Returns the raw bytes of the requested result file. The fileId comes from the transaction status response (documents[].resultFiles[]), where each entry also has a type: a Document skill produces a Json file (full results and field metadata; structure described in the JSON schema reference) and a FieldsJson file (extracted values only). Other formats (XML, and so on) depend on the skill's export settings. The example below shows an abridged values-only (FieldsJson) result.

The response is of type file.