Skip to main content
GET
/
openapi.json
OpenAPI 3.0 schema
curl --request GET \
  --url https://rest.runpod.io/v1/openapi.json \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The openapi.json specification.

The response is of type object.