Our system works in the background (asynchronously). This means when you send us data, we donât make you wait for the full analysis to finish before we reply.Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
How Requests Work
When you send a request for evaluating a customer or an operation, the system follows these steps:- Validation: We check if the data format is correct.
- Creation: We save the information and trigger an internal event.
- Response: We send you a simple
REQUEST_ACCEPTEDorREQUEST_REJECTEDmessage.
Receiving Results (Webhooks)
Because the analysis happens in the background, you must provide an endpoint (URL) where our system can send the results.- Flexible Routing: You can set up multiple endpoints.
- Smart Filtering: You can choose to send different types of events (like screening vs. risk scoring) to different URLs.
- Business Unit Separation: Each Business Unit can have its own dedicated endpoint to keep data organized.