Variation

POST
https://api.genartapi.com/fast

Parameters

NAMETYPEREQUIREDDESCRIPTION

Response Code

RESPONSE CODEDESCRIPTION
200: OK
Successful Response
400: Bad Request
The request data format is incorrect
401: Unauthorized
The API key is incorrect or expired
500: Internal Server Error
Service is experiencing an error

Request Example:

Make sure you also passed servier_id, channel_id, discord_token and (our) apiKey.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 const axios = require("axios") const config = { method: "post", url: "https://api.genartapi.com/fast", headers: { "Content-Type": "application/json", "Authorization": "Bearer <your-midjourney-api-key>", "server_id": "<servier_id>", "channel_id": "<channel_id>", "discord_token": "<discord_token>", }, } axios(config) .then(function (response) { console.log(JSON.stringify(response.data)) }) .catch(function (error) { console.log(error) })

Response Example:

you can get generated images by using uri or proxy_url
1 2 3 4 { "message": "Done! Note that once you exhaust your fast hours, you can purchase more on the website: https://midjourney.com/account. To conserve your fast hours, use /relax to switch back to relax mode." }

Email:

bytefishstudios@gmail.com

Discord:

https://discord.gg/H3DJp237

Midjourney API is built with and simplicity is our goal. We've designed it to be straightforward, making it a breeze for you to use.