Import your API documentation to Postman or Insomnia
Download the OpenAPI specification and import it into your preferred tool
Postman is a powerful tool for testing and documenting APIs.
If not installed yet: postman.com/downloads
Use the "Download OpenAPI JSON" button above
Click "Import" (top left) → "Upload Files" → Select the downloaded JSON file
The API will be imported as a new collection in Postman and you can immediately test API calls
Create a new environment and set the Base URL and your API keys
💡 Tip: With environment variables you can easily switch between different servers (Development, Staging, Production).
Insomnia is a modern and user-friendly REST client alternative to Postman.
If not installed yet: insomnia.rest/download
Use the "Download OpenAPI JSON" button above
Start Insomnia and click "Create" → "Import" in the sidebar
Select "From File" and upload the downloaded OpenAPI JSON file
All API endpoints will be imported as a new collection and are ready to use immediately
💡 Tip: Insomnia automatically syncs with Git repositories and is perfect for team collaboration.
The downloaded file is in OpenAPI 3.0.0 format, an industry standard for REST API documentation.
Make sure to configure your API keys in the environments before testing API calls.
The OpenAPI specification is also available directly at:
/api/doc.json
Regularly import the latest OpenAPI specification to get changes and new endpoints.
| Feature | Postman | Insomnia |
|---|---|---|
| OpenAPI Import | ✓ | ✓ |
| REST Client | ✓ | ✓ |
| Test Automation | ✓ | ✓ |
| Team Collaboration | ✓ | ✓ |
| Git Sync | - | ✓ |
| Free Version | ✓ | ✓ |
Need more help? Contact us on Discord