{ "opencollection": "1.0.0", "info": { "name": "Keywords AI Datasets Logging API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Logging", "type": "folder" }, "items": [ { "info": { "name": "Create a request log (span)", "type": "http" }, "http": { "method": "POST", "url": "https://api.keywordsai.co/api/request-logs/", "body": { "type": "json", "data": "{}" } }, "docs": "Asynchronously ingest telemetry for an LLM call that was not routed through the gateway proxy. The legacy alias `/request-logs/create/` remains supported." } ] } ], "bundled": true }