6. Get results
POST
/documentClassification/getResults
This endpoint retrieves the classification results for a specific batch of documents.
By providing the classificationId
and batchId
, you can obtain the predicted document types for each file in the batch,.
Optionally, including a fileId
will return results for that specific file only. This is useful for retrieving targeted results without querying the entire batch.
Server URL
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required
Description
classificationId
string
true
The ID of the classification.
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?