API Documentation
Parallel Evaluations
The Atla REST API is capable of handling multiple requests in an asynchronous manner as well as in a parallel manner, useful for when you want to run evaluations over a large batch of data.
Async Usage
The functionality between the synchronous and asynchronous clients is otherwise identical.
Parallel Evaluations
Using the asynchronous capability of the API, you can send multiple evaluations in parallel and gather the results together, significantly speeding up evaluations across a large dataset.
When making large, repeated batch requests to the API, you may encounter internal rate limits. More information about our rate limiting plans are available here.