AITRE API Documents(English)
  1. MidJourney
AITRE API Documents(English)
  • AITRE Introduction
  • Project Description
  • Send Request
  • Openai's format(Chat)
    • Gpt-4o-image(Generate Image)
      POST
    • Chat Completions Interface
      POST
  • Audio Interface(Audio)
    • TTS(speech-to-text)
      POST
    • Transcriptions
      POST
    • Translations
      POST
  • Embeddings Interface(Embeddings)
    • Embeddings
    • Create Embeddings
      POST
  • Images Generations(Images)
    • Openai's format Gpt-image-1
      POST
    • Openai's format Flux
      POST
    • Openai's format DALL·E 3
      POST
  • Models Interface(Models)
    • Model
      GET
  • Auto Completions Interface(Completions)
    • Completions
      POST
  • MidJourney
    • Description
    • Fetch task by id
      GET
    • Action
      POST
    • Blend(image to image)
      POST
    • Describe (image to text)
      POST
    • Imagine (text to image/image to image)
      POST
    • Modal(Partial redrawing、ZOOM)
      POST
    • Shorten(prompt analysis)
      POST
  1. MidJourney

Description

Supports both Midjourney proxy Plus and Midjourney proxy interface protocol
Default address example: https://{BASE_URL}/mj/submit/imagine

Switch MJ mode#

Switch via URL path
Default /mj is fast mode
/mj-fast/mj is fast mode
/mj-turbo/mj is turbo mode
/mj-relax/mj is relax mode
For example: https://{BASE_URL}/mj-turbo/mj/submit/imagine
Modified at 2025-03-30 03:51:28
Previous
Completions
Next
Fetch task by id
Built with