API Documentation Export

Import your API documentation to Postman or Insomnia

Quick Export

Download the OpenAPI specification and import it into your preferred tool

Download OpenAPI JSON

Postman

Postman is a powerful tool for testing and documenting APIs.

Step-by-Step Guide:

  1. Download Postman

    If not installed yet: postman.com/downloads

  2. Download OpenAPI JSON

    Use the "Download OpenAPI JSON" button above

  3. Open in Postman

    Click "Import" (top left) → "Upload Files" → Select the downloaded JSON file

  4. Use Collection

    The API will be imported as a new collection in Postman and you can immediately test API calls

  5. Set Up Environment

    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

Insomnia is a modern and user-friendly REST client alternative to Postman.

Step-by-Step Guide:

  1. Download Insomnia

    If not installed yet: insomnia.rest/download

  2. Download OpenAPI JSON

    Use the "Download OpenAPI JSON" button above

  3. Open Insomnia

    Start Insomnia and click "Create" → "Import" in the sidebar

  4. Import File

    Select "From File" and upload the downloaded OpenAPI JSON file

  5. Test Requests

    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.

Additional Information

OpenAPI Format

The downloaded file is in OpenAPI 3.0.0 format, an industry standard for REST API documentation.

Authentication

Make sure to configure your API keys in the environments before testing API calls.

Direct API Link

The OpenAPI specification is also available directly at:

/api/doc.json

Updates

Regularly import the latest OpenAPI specification to get changes and new endpoints.

Postman vs. Insomnia - Comparison

Feature Postman Insomnia
OpenAPI Import
REST Client
Test Automation
Team Collaboration
Git Sync -
Free Version

Need more help? Contact us on Discord