{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Subscriptions API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Get current users subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/subscriptions" }, "docs": "Get current users subscriptions" }, { "info": { "name": "Create user subscription", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create user subscription" }, { "info": { "name": "Update user subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://app.run.ai/api/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Subscription id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update user subscription" }, { "info": { "name": "Delete user subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Subscription id" } ] }, "docs": "Delete user subscription" } ] } ], "bundled": true }