# Swagger Generator **Provider:** Swagger Generator **Category:** developer **Base URL:** `https://generator.swagger.io/api` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://generator.swagger.io/api ## Description This is an online swagger codegen server. You can find out more at https://github.com/swagger-api/swagger-codegen or on irc.freenode.net, #swagger. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://generator.swagger.io/api/gen/clients` | Gets languages supported by the client generator | | GET | `https://generator.swagger.io/api/gen/clients/{language}` | Returns options for a client library | | POST | `https://generator.swagger.io/api/gen/clients/{language}` | Generates a client library | | GET | `https://generator.swagger.io/api/gen/download/{fileId}` | Downloads a pre-generated file | | GET | `https://generator.swagger.io/api/gen/servers` | Gets languages supported by the server generator | | GET | `https://generator.swagger.io/api/gen/servers/{framework}` | Returns options for a server framework | | POST | `https://generator.swagger.io/api/gen/servers/{framework}` | Generates a server library | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://generator.swagger.io/api/gen/clients' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/swagger-generator/) — CC BY 4.0*