Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

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

curl --request GET \
     --url https://api.indicina.co/api/v3/client/pdf/extract/{jobId}/status \
     --header 'accept: application/json'
  • No labels