Rahul
12/03/2025, 10:06 AMRahul
12/03/2025, 11:26 AMVapi Support Bot
12/03/2025, 11:27 AM/eval API. This lets you organize and identify evals by project or purpose. For example:
json
POST /eval
{
"name": "ProjectA - User Flow Validation",
"description": "Validates user flow for ProjectA. Shared with ProjectB.",
"messages": [ ... ]
}
This approach allows you to reuse common evals across projects by referencing them in your workflows.
See more in the [Vapi evaluation management docs](https://docs.vapi.ai/changelog/2025/9/5).
Source:
- [Changelog September 5, 2025 – Evaluation Management](https://docs.vapi.ai/changelog/2025/9/5)Vapi Support Bot
12/03/2025, 11:52 AMChiranjeet Mishra
12/05/2025, 5:33 AM