post
https://api.evalion.ai/api/v1/test-suites/run
Execute a test suite and start simulations immediately.
This endpoint combines suite preparation and execution in a single operation:
- Creates a test run record
- Generates simulation and evaluation records for all test case combinations
- Immediately starts executing simulations in the background
This is more efficient for running tests because it combines the prepare and run steps into a single operation, reducing the number of API calls and minimizing overall execution time.
What Happens After Request
- Test run is created and assigned a unique ID
- All scenario-persona combinations are prepared as individual simulations
- Simulations begin executing in the background
- Results become available as simulations complete
- Optional webhook notification sent when all simulations finish
Testing Modes
The response includes a testing_mode field indicating the type of testing:
voice- Voice AI agent testing with audio conversations (outbound or inbound)text- Text-based chat agent testing with message exchangeshuman- Human-in-the-loop testing where real people interact with the agent
