Hyperdocs

OpenAPI Integration

Point Hyperdocs at your OpenAPI spec and it will generate a complete, interactive API reference automatically.

Linking Your Spec

Add the openapi key to your config file:

typescript
export default defineConfig({
  openapi: { src: './openapi.yaml', path: '/api-reference' },
})

Supported Formats

OpenAPI 3.0 and 3.1 (YAML or JSON)
Swagger 2.0 (auto-upgraded)
Postman Collection v2.1 (converted on import)