ImaginePro Archive
    ImaginePro Archive
    • Introduction
    • System Design
    • Get Started
    • My Account
      • Credits
      • Generation Modes
    • API Documentation
      • Generate Image
        POST
      • Get Progress
        GET
      • Upscale
        POST
      • Prompt Check
        POST
      • Variation
        POST
      • Zoom
        POST
      • Pan
        POST
      • Image to Text (describe)
        POST
      • Image to Image
        POST
      • Face Swap
        POST
      • Blend
        POST
      • Inpainting
        POST
      • Reroll
        POST
      • Make Square
        POST
      • Cancel Job
        POST
      • History
        GET
      • Get Ban Words List
        GET
      • Update Ban Words List
        POST
      • Generate Image Boost
        POST
      • Button Boost
        POST
      • Get Message Trace
        GET
    • DIY Plan Endpoints
      • Queue Management
        • Count jobs in queue
        • Reboot the queue
        • Pause the queue
        • Resume the queue
      • Get Linked Discord Token Details
        GET
      • Toggle Linked Discord Token
        PUT
    • Guide
      • FAQ
      • Troubleshoot
    • HowTos
      • How to get Discord token, server and channel ID
      • How to use ImaginePro web app
      • How to make ImaginePro API request in Postman
      • How to use Midjourney V6
      • How to link your own Discord account
      • How to debug the ImaginePro web app
    • Web App
      • Credits

    Introduction

    Introduction#

    ImaginePro API is like a special addition to Midjourney that lets different programs talk to its features and services. When you add ImaginePro API to your own apps, you can make your products even better using the cool things from Midjourney to make your users happier.

    Features#

    Quick and Easy Setup
    Packed with Full Features (Imagine, Upscale, Zoom, Pan ...)
    Continuous Updates
    Tech Support at No Extra Cost

    Authorization#

    To begin using ImaginePro API, you'll first need to get a 'Bearer Token'. You can find this token code in your Dashboard after you've signed up, and paid a subscription. This code is necessary whenever you make requests to the API.

    Rate Limiting#

    We've put in place a rate limiting system that follows a sliding window algorithm. This means you can make one request every 3 seconds. This system helps ensure security by preventing misuse or abuse of the service.

    System Design#

    If you would like to know more about our system design, including Concurrent Support, Load Balance or Task Queue System, please refer to the System Design page.

    Note#

    All requests must be made over HTTPS. Calls made over plain HTTP will fail.
    All requests must be made with a valid Bearer Token. Calls made without a valid token will fail.

    Feedback#

    If you have any feedback or suggestions, please contact us at our Telgram channel. You can also find latest features or code examples there.

    Get Started#

    Please follows the Get Started page to get started.
    Modified at 2024-11-22 02:12:32
    Next
    System Design
    Built with