Generate docs pages for your API endpoints using MDX
docs.json
configuration, MDX metadata fields, and the <ParamFields />
component. From the defined endpoints, we generate an API playground, request examples, and response examples.
Configure your API
docs.json
file, define your base URL and auth method:Create your endpoint pages
{}
:server
configured in docs.json, you can use relative paths like /v1/endpoint
.playground
at the top of the MDX file:Add your endpoints to your docs
navigation
field in your docs.json
. Learn more about structuring your docs here.