📖
MidJourney Node Client Doc
GithubSponsor
  • 👋MidJourney Node Client
  • 📓Getting started
    • Quickstart
    • Install
    • Config
    • API Reference
      • imagine
      • variation
      • upscale
      • reroll
      • blend
      • describe
      • info
      • fast
      • relax
      • setting
      • reset
    • Example
      • Imagine
  • FAQ
    • vercel
    • node.js <18
    • proxy
    • How to get your Discord Token
    • Invite Midjourney Bot to Your Server
  • Join the Beta
  • Use Cases
    • 🎨Web UI
    • 🤖Discord Bot
Powered by GitBook
On this page
  • npm
  • yarn

Was this helpful?

Edit on GitHub
  1. Getting started

Install

Install MidJourney , the unofficial Node.js client

PreviousQuickstartNextConfig

Last updated 1 year ago

Was this helpful?

Make sure you're using node >= 18 so fetch is available

npm

npm i midjourney

yarn

yarn add midjourney
📓
npm version