{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Applications API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get a list of applications.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/apps" }, "docs": "Retrieve a list of applications." }, { "info": { "name": "Create an application.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Used to create an application." }, { "info": { "name": "Get application by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application id to retrieve" } ] }, "docs": "Retrieve the details of an application by id." }, { "info": { "name": "Update application details by id.", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.run.ai/api/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application id to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update the details of an application by id." }, { "info": { "name": "Delete an application by id.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application id to retrieve" } ] }, "docs": "Use to delete an application by id." }, { "info": { "name": "Regenerate an application secret.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/apps/:appId/secret", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The application id to retrieve" } ] }, "docs": "Use to regenerate the application secret by id." } ] } ], "bundled": true }