{ "opencollection": "1.0.0", "info": { "name": "OpenRouter Chat Keys API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "List API keys", "type": "http" }, "http": { "method": "GET", "url": "https://openrouter.ai/api/v1/keys" }, "docs": "Lists all API keys provisioned under the calling provisioning key." }, { "info": { "name": "Create API key", "type": "http" }, "http": { "method": "POST", "url": "https://openrouter.ai/api/v1/keys", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key, optionally with a credit limit." }, { "info": { "name": "Get API key", "type": "http" }, "http": { "method": "GET", "url": "https://openrouter.ai/api/v1/keys/:hash", "params": [ { "name": "hash", "value": "", "type": "path" } ] }, "docs": "Get API key" }, { "info": { "name": "Update API key", "type": "http" }, "http": { "method": "PATCH", "url": "https://openrouter.ai/api/v1/keys/:hash", "params": [ { "name": "hash", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update API key" }, { "info": { "name": "Delete API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://openrouter.ai/api/v1/keys/:hash", "params": [ { "name": "hash", "value": "", "type": "path" } ] }, "docs": "Delete API key" } ] } ], "bundled": true }