{ "opencollection": "1.0.0", "info": { "name": "Not Diamond Custom Routers Feedback API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Report outcome feedback for a routing session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.notdiamond.ai/v2/report/metrics/feedback", "body": { "type": "json", "data": "{}" } }, "docs": "Submits binary outcome feedback (0 or 1) for the provider selected in a routing session so Not Diamond can personalize future routing." }, { "info": { "name": "Report latency metrics for a routing session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.notdiamond.ai/v2/report/metrics/latency", "body": { "type": "json", "data": "{}" } }, "docs": "Reports observed latency (for example tokens per second) for the provider selected in a routing session." } ] } ], "bundled": true }