Skip to main content
Atlas IDP Extraction APIs allow you to submit documents for OCR processing and receive structured JSON outputs containing extracted fields, confidence scores, document classifications, and validation metadata.
Base URLhttps://docstream.dev.kreditmind.comAll endpoints in this guide are relative to this base URL.
1

Generate an access token

Authenticate using your assigned credentials.

Endpoint

The returned access_token must be passed as the Token header in all subsequent requests.
2

Upload documents for extraction

Submit one or more document URLs for processing.

Endpoint

Request fields

Atlas immediately starts processing the uploaded documents.
3

Poll extraction results

Retrieve extracted OCR data using the returned batch_id.

Endpoint

Query Parameters

Callback Support

Atlas supports asynchronous result delivery through callbacks. Share the following details with the Atlas team during onboarding:
  • callback_url — Endpoint where extracted results should be delivered
  • auth_url — Endpoint Atlas can call to obtain authentication credentials before posting results
Atlas maintains the callback configuration on our end, so these URLs only need to be shared once during setup. Once processing is complete, Atlas will automatically POST the extraction results to your configured callback endpoint.
Callback delivery is recommended for production environments as it eliminates the need for continuous polling and provides results as soon as processing is completed.

Example callback payload

Refer to the Supported Documents section for the complete field-level extraction reference for every document type.