{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Evals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Evals", "type": "folder" }, "items": [ { "info": { "name": "QueryEvals", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/evals/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetEvalScores", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/evals/scores", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "AddEval", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/evals/:requestId", "params": [ { "name": "requestId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "QueryScoreDistributions", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/evals/score-distributions/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }