{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys AI Applications API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AI Applications", "type": "folder" }, "items": [ { "info": { "name": "List AI applications. [Experimental]", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/ai-applications", "params": [ { "name": "verbosity", "value": "full", "type": "query", "description": "response verbosity level." }, { "name": "offset", "value": "", "type": "query", "description": "The offset of the first item returned in the collection." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of entries to return." }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort results in descending or ascending order." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort results by a parameter." }, { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Operators are `==` Equals, `!=` Not equals, `<=` Less than or equal, `>=` Greater than or equal, `=@` contains, `!@` Does not contain, `=^` Starts with and `=$` Ends with. Dates are in ISO 8601 timestamp format and available for operators `==`, `!=`, `<=` and `>=`." }, { "name": "search", "value": "", "type": "query", "description": "Filter results by a free text search." } ] }, "docs": "List AI applications." }, { "info": { "name": "Count AI applications. [Experimental]", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/ai-applications/count", "params": [ { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Operators are `==` Equals, `!=` Not equals, `<=` Less than or equal, `>=` Greater than or equal, `=@` contains, `!@` Does not contain, `=^` Starts with and `=$` Ends with. Dates are in ISO 8601 timestamp format and available for operators `==`, `!=`, `<=` and `>=`." }, { "name": "search", "value": "", "type": "query", "description": "Filter results by a free text search." } ] }, "docs": "Get the total number of AI applications." }, { "info": { "name": "Get AI application. [Experimental]", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/ai-applications/:aiApplicationId", "params": [ { "name": "aiApplicationId", "value": "", "type": "path", "description": "The unique identifier of the application." } ] }, "docs": "Get AI application." } ] } ], "bundled": true }