Auto-Documentation
Xano uses Swagger to automagically document your API!
Every API Endpoint in Xano is Auto-documented
Xano automatically documents all your API endpoints in Swagger. This way, you can pass the document to any front-end engineer or stakeholder that might want to see your API without giving them access to your Xano workspace.

Within the Swagger documentation, you will be able to test and try out your API endpoints to see if they work the way that you expect them to.
Let's open the POST /lesson API and see what it looks like.

After clicking "Try it out" we can click on the "Execute" button, which will use the API to generate a new lesson record.

Swagger will show any errors that can come up when running an API.

Swagger also provides you with an API specification URL. Select this from the top of your API documentation to open up the API specification. This can often be helpful for getting a broad understanding of how your API works and how different endpoints interact and relate.

Select the API spec link to see the API specification.
By default, the API Spec is in a YAML format. However, JSON format is supported. In order to view the API Spec in JSON, append ?type=json to the spec URL.

Append ?type=json to see your API Spec in JSON format.
You are able to disable Swagger documentation on an API group level. To enable or disable the documentation head to an API groups settings.
Last modified 1mo ago