{ "opencollection": "1.0.0", "info": { "name": "Lunary Analytics Evals API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Evals", "type": "folder" }, "items": [ { "info": { "name": "List evaluations", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/evals" }, "docs": "List evaluations" }, { "info": { "name": "Create evaluation", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/evals", "body": { "type": "json", "data": "{}" } }, "docs": "Create evaluation" }, { "info": { "name": "Get evaluation", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/evals/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get evaluation" }, { "info": { "name": "Update evaluation", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/evals/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update evaluation" }, { "info": { "name": "Delete evaluation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lunary.ai/v1/evals/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete evaluation" }, { "info": { "name": "Run evaluation", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/evals/:id/run", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run evaluation" }, { "info": { "name": "Create evaluation criterion", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/evals/criteria", "body": { "type": "json", "data": "{}" } }, "docs": "Create evaluation criterion" }, { "info": { "name": "Get evaluation criterion", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/evals/criteria/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get evaluation criterion" }, { "info": { "name": "Update evaluation criterion", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/evals/criteria/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update evaluation criterion" }, { "info": { "name": "Delete evaluation criterion", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lunary.ai/v1/evals/criteria/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete evaluation criterion" }, { "info": { "name": "List evaluation results", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/evals/:evalId/results", "params": [ { "name": "evalId", "value": "", "type": "path" } ] }, "docs": "List evaluation results" }, { "info": { "name": "Get evaluation result", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/evals/results/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get evaluation result" } ] } ], "bundled": true }