6. Get results

POST /getBatchResults

This endpoint retrieves the results for a specific batch of documents. By providing the extractionId and batchId, you can obtain the processed data or the current status of the batch, indicating whether the processing is complete or still in progress. When also providing the fileId, the endpoint filters the results to only that file.

One alternative will be to use the Webhook to receive the data when its ready on your own server.

Postman Collection

For a complete and interactive set of API requests, please refer to our Postman Integrationcollection.

Server URL

https://api.extracta.ai/api/v1

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Required
Description

extractionId

string

true

The ID of the extraction

batchId

string

true

The ID of the batch

fileId

string

false

The ID of the file

Body Example

⚠️ Important

To avoid rate-limiting, please ensure a delay of 2 seconds between consecutive requests to this endpoint.

Code Example

Responses

Last updated

Was this helpful?