{ "opencollection": "1.0.0", "info": { "name": "Freeplay HTTP Agents Completions API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Record an LLM completion to a session.", "type": "http" }, "http": { "method": "POST", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/sessions/:session_id/completions", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." }, { "name": "session_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Record an LLM completion to a session." }, { "info": { "name": "Aggregate evaluation statistics across completions.", "type": "http" }, "http": { "method": "POST", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/completions/statistics", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Aggregate evaluation statistics across completions." }, { "info": { "name": "Aggregate evaluation statistics for a specific prompt template.", "type": "http" }, "http": { "method": "POST", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/completions/statistics/:prompt_template_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." }, { "name": "prompt_template_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Aggregate evaluation statistics for a specific prompt template." } ] } ], "bundled": true }