Download the OpenAPI Spec
Generate Custom SDKs
Use the OpenAPI spec with popular code generation tools to create SDKs in your preferred language:Popular SDK Generators
OpenAPI GeneratorSupported Languages
Generate SDKs for 50+ programming languages including:- JavaScript/TypeScript - Perfect for web and Node.js applications
- Python - Great for AI/ML workflows and automation scripts
- Java - Enterprise applications and Android development
- C# - .NET applications and Unity projects
- PHP - Web development and WordPress plugins
- Ruby - Rails applications and automation tools
- Go - Microservices and system programming
- Swift - iOS and macOS applications
- Kotlin - Android and server-side development
Import into API Tools
Postman
- Open Postman
- Click “Import”
- Paste the OpenAPI spec downloaded above
- Postman will automatically create a collection with all endpoints
Insomnia
- Open Insomnia
- Create new workspace → Import from URL
- Paste the OpenAPI spec downloaded above
Thunder Client (VS Code)
- Install Thunder Client extension
- Import → OpenAPI/Swagger
- Paste the OpenAPI spec downloaded above
What’s Included
The OpenAPI spec contains complete definitions for:- All API endpoints with request/response schemas
- Authentication requirements for API key usage
- Parameter validation including types and constraints
- Error response formats for proper error handling
- Example requests and responses for each endpoint
- Data models for all request and response objects
Integration Examples
Using Generated SDKs
Once you’ve generated an SDK, integration becomes straightforward:Keep Your SDK Updated
To ensure compatibility with new features:- Monitor our changelog for API updates
- Regenerate your SDK when we release new versions
- Update your dependencies to use the latest generated code
Need help with SDK generation or have questions about the OpenAPI spec? Join our Discord community or email us at [email protected].