ImaginePro
HomeDocs
HomeDocs
  1. Docs
  • Introduction
  • System Design
  • Get Started
  • My Account
    • Credits
    • Generation Modes
  • API Documentation
    • Generate Image
      POST
    • Get Progress
      GET
    • Upscale
      POST
    • Variation
      POST
    • Zoom
      POST
    • Pan
      POST
    • Reroll
      POST
    • Make Square
      POST
    • Cancel Job
      POST
    • Inpainting
      POST
    • Image to Text (describe)
      POST
    • Image to Image
      POST
    • Face Swap
      POST
    • Blend
      POST
    • History
      GET
    • Generate Image Boost
      POST
    • Button Boost
      POST
    • Prompt Check
      POST
    • Account Info
      GET
    • Generate Image - Flux Model
      POST
    • Remove Background
      POST
  • FLUX API Documentation
    • Generate Image
      POST
    • Upscale Image
      POST
  • DIY Plan Endpoints
    • Queue Management
      • Count jobs in queue
      • Reboot the queue
      • Pause the queue
      • Resume the queue
    • Get Linked Discord Token Details
    • Toggle Linked Discord Token
    • Get Message Trace
    • Get Ban Words List
    • Update Ban Words List
    • Get Linked Account List
    • Get Linked Account queue status
    • Excute MJ commad
  • 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
  1. Docs

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.
Next
System Design
Built with