Try It Out Yourself
To try out our API and see a live example, visit our API Reference Test Page.
Endpoint: https://api.indicina.co/api/v3/client/pdf/extract/{jobId}/status
Method: GET
Authentication:Bearer <Token>
Content Type:Application/json
📘
NOTE: The {jobId} in the Endpoint
Using this endpoint, you will get the status and results for the PDF analysis related any existing Job ID.
The JobID provided in response during PDF Statement Analysis will be used to get the analysis status and results.
Sample RequestSample Response
Code Block |
---|
curl --request GET \
--url https://api.indicina.co/api/v3/client/pdf/extract/{jobId}/status \
--header 'accept: application/json' |