{ "opencollection": "1.0.0", "info": { "name": "Cartesia Agents Metrics API", "version": "2026-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "List Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/metrics", "headers": [ { "name": "Cartesia-Version", "value": "" } ] }, "docs": "List of all LLM-as-a-Judge metrics owned by your account." }, { "info": { "name": "Create Metric", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/metrics", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Metric" }, { "info": { "name": "Get Metric", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/metrics/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the metric." } ] }, "docs": "Get Metric" }, { "info": { "name": "Delete Metric", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/metrics/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the metric." } ] }, "docs": "Delete Metric" }, { "info": { "name": "List Metric Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/metrics/:id/results", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the metric." } ] }, "docs": "List Metric Results" }, { "info": { "name": "Export Metric Results as CSV", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/metrics/:id/results/export", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the metric." } ] }, "docs": "Export Metric Results as CSV" }, { "info": { "name": "Add Metric to Agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/agents/:id/metrics/:metric_id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent." }, { "name": "metric_id", "value": "", "type": "path" } ] }, "docs": "Add Metric to Agent" }, { "info": { "name": "Remove Metric from Agent", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/agents/:id/metrics/:metric_id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent." }, { "name": "metric_id", "value": "", "type": "path" } ] }, "docs": "Remove Metric from Agent" } ] } ], "bundled": true }