APItoolkit full color logo
Sign Up

OpenAPI/Swagger Page

In this guide, you will learn how to effectively navigate through the OpenAPI/Swagger page on the APItoolkit dashboard and maximize all the powerful features accessible in it.


On this page, you will find an auto-generated OpenAPI specification (swagger docs) for endpoints in your API using all the shapes detected from requests on your API. You can search, copy the raw specification, preview it, save different versions, and view all saved versions.

Screenshot of APItoolkit's OpenAPI/Swagger page

The OpenAPI Specification (previously known as the Swagger Specification) is a standard language-agnostic HTTP APIs interface which allows both humans and computers to discover and understand the capabilities of a service.

Generally, an OpenAPI specification document represents a comprehensive description of your API that other tools can use to generate code, documentation, test cases, etc., thereby streamlining and automating further integration.


Here's a quick video overview for a visual walkthrough of this page:


Next: Reports Page