Base URL
https://docstream.dev.kreditmind.comAll endpoints in this guide are relative to this base URL.1
Generate an access token
Authenticate using your assigned credentials.The returned
Endpoint
access_token must be passed as the Token header in all subsequent requests.2
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 deliveredauth_url— Endpoint Atlas can call to obtain authentication credentials before posting results
Callback delivery is recommended for production environments as it eliminates the need for continuous polling and provides results as soon as processing is completed.

