{ "opencollection": "1.0.0", "info": { "name": "Braintrust Acls Evals API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Evals", "type": "folder" }, "items": [ { "info": { "name": "Launch an eval", "type": "http" }, "http": { "method": "POST", "url": "https://api.braintrust.dev/v1/eval", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Launch an evaluation. This is the API-equivalent of the `Eval` function that is built into the Braintrust SDK. In the Eval API, you provide pointers to a dataset, task function, and scoring functions. The API will then run the evaluation, create an experiment, and return the results along with a link to the experiment. To learn more about evals, see the [Evals guide](https://www.braintrust.dev/docs/evaluate)." } ] } ], "bundled": true }