Midjourney API
Если вы находитесь в РФ и не можете оформить подписку, свяжитесь со мной в телеге - @naekiz The Midjourney API provides a seamless way to integrate the power of AI-driven image generation directly into your projects, without relying on manual interaction through Discord. Key Features include: - **Image Generation on Demand:** Easily send prompts and receive generated images programmatically,…
Midjourney API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/ping /ping |
Check API availability and server status. |
| GET |
Get Task Result /get-task/{id} |
Retrieve the status and result of an image generation task by its ID. |
| POST |
Generate Image /imagine |
Creates an image from a text prompt |
| POST |
Interact with Image /interact |
Perform actions on a generated image: create variations, upscale, or reroll. |