cURL
curl --request GET \ --url https://rest.runpod.io/v1/openapi.json \ --header 'Authorization: Bearer <token>'
{}
The OpenAPI 3.0 schema.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The openapi.json specification.
The response is of type object.
object
Was this page helpful?