docs.imagineapi.dev Open in urlscan Pro
76.76.21.93  Public Scan

Submitted URL: http://docs.imagineapi.dev/
Effective URL: https://docs.imagineapi.dev/
Submission: On November 10 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

HomeHomeChangelogChangelogContact ↗Contact ↗ (opens in a new tab)
CTRL K
CTRL K
 * Introduction
 * Quick Start
    * JavaScript (Node.js)
    * PHP
    * Python

 * API Reference
    * Authentication
    * Image
    * Status

 * Self-host Install
    * Requirements
    * Discord Bot
    * ImagineAPI Components
    * Upgrade
    * Troubleshooting

 * Introduction
   * What is ImagineAPI.dev?
 * Quick Start
    * JavaScript (Node.js)
    * PHP
    * Python

 * API Reference
    * Authentication
    * Image
    * Status

 * Self-host Install
    * Requirements
    * Discord Bot
    * ImagineAPI Components
    * Upgrade
    * Troubleshooting

 * Home
 * Changelog
 * Contact ↗ (opens in a new tab)

English
Dark

On This Page

 * What is ImagineAPI.dev?

Question? Give us feedback → (opens in a new tab)Edit this page

Introduction


INTRODUCING OUR MIDJOURNEY API

Welcome to ImagineAPI.dev — the unofficial Midjourney API — documentation

Here you will find documentation on how to get started and use Midjourney to
generate stunning images for you or your customers!

Here's a quick taste:

curlNode.jsPHPPythonC#Java

curl --request POST \
  --url http://example.com/items/images/ \
  --header 'Authorization: Bearer <TokenID>' \
  --header 'Content-Type: application/json' \
  --data '{"prompt": "Cinematic Portrait, GodlyBeautiful french supermodel, dynamic lighting, [light + space of James Turrell + Bauhaus architectural forms], BeautyCore, Sharp Details --ar 21:9 --style raw"}'



Results:

🌆

This is not a free or open source project. A paid plan is required. Please go to
ImagineAPI.dev (opens in a new tab) to purchase if you have not already done so.


WHAT IS IMAGINEAPI.DEV?

ImagineAPI.dev is the unofficial REST API for Midjourney. Another way to put
that: it's a way to programmatically access and automate Midjourney. You can
programmatically generate images using any programming language and standard
REST methods like GET and POST.

You can use it to create any thing you can imagine — from your next startup to a
simple bot for your friends and family.

Last updated on August 17, 2023
Quick Start
English
Dark

--------------------------------------------------------------------------------

ImagineAPI.dev Documentation