{ "opencollection": "1.0.0", "info": { "name": "Freeplay HTTP Agents Feedback API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Record feedback on a completion.", "type": "http" }, "http": { "method": "POST", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/completion-feedback/id/:completion_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." }, { "name": "completion_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Record feedback on a completion." }, { "info": { "name": "Record feedback on a trace.", "type": "http" }, "http": { "method": "POST", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/trace-feedback/id/:trace_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." }, { "name": "trace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Record feedback on a trace." } ] } ], "bundled": true }