RunPod Openapi.json API

The Openapi.json API from RunPod — 1 operation(s) for openapi.json.

OpenAPI Specification

runpod-openapi-json-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Runpod REST Billing Openapi.json API
  description: 'Runpod REST API for managing GPU pods, serverless endpoints, templates,

    network volumes, container registry credentials, and billing data.

    '
  version: 1.0.0
  contact:
    name: Runpod API Reference
    url: https://docs.runpod.io/api-reference/overview
servers:
- url: https://rest.runpod.io/v1
  description: Runpod REST API production
security:
- bearerAuth: []
tags:
- name: Openapi.json
paths:
  /openapi.json:
    get:
      summary: Retrieve the OpenAPI specification
      operationId: getOpenAPISpec
      responses:
        '200':
          description: OpenAPI document
      tags:
      - Openapi.json
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: Runpod API key supplied as a bearer token.