Download OpenAPI Specification
Download
openapi.json — OpenAPI 3.0.3What you can do with it
Import into Postman
In Postman, choose Import → File and select
openapi.json. Postman will create a full collection with pre-built requests for every endpoint.Import into Insomnia
In Insomnia, go to Create → Import from File and select
openapi.json to generate a ready-to-use request collection.Generate a client SDK
Use OpenAPI Generator or Speakeasy to generate a typed API client in your language of choice — TypeScript, Python, Go, Java, and more.
Use with API testing tools
Load the spec into tools like Stoplight, Swagger UI, or RapidAPI for browsing and testing the API outside of this documentation.