{ "opencollection": "1.0.0", "info": { "name": "Keywords AI Datasets Evaluators API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Evaluators", "type": "folder" }, "items": [ { "info": { "name": "Create an evaluator", "type": "http" }, "http": { "method": "POST", "url": "https://api.keywordsai.co/api/evaluators/", "body": { "type": "json", "data": "{}" } }, "docs": "Create an evaluator" }, { "info": { "name": "List evaluators", "type": "http" }, "http": { "method": "POST", "url": "https://api.keywordsai.co/api/evaluators/list/", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve evaluators matching the supplied filters." }, { "info": { "name": "Run an evaluator", "type": "http" }, "http": { "method": "POST", "url": "https://api.keywordsai.co/api/evaluators/:evaluator_id/run/", "params": [ { "name": "evaluator_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute an evaluator against supplied inputs/logs and return scores." } ] } ], "bundled": true }