API

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

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 23 24 25 import axios from 'axios'; const API_KEY = 'YOUR_API_KEY'; // Replace 'YOUR_API_KEY' with your actual API key const fetchImage = async () => { try { const response = await axios.get('https://api.genartapi.com/images', { headers: { "Content-Type": "application/json", "Authorization": "Bearer <your-midjourney-api-key>", "server_id": "<servier_id>", "channel_id": "<channel_id>", "discord_token": "<discord_token>", }, }); console.log(response.data); // Process the image data here } catch (error) { console.error('Error fetching image:', error); } }; fetchImage();

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.