> For the complete documentation index, see [llms.txt](https://docs.apiframe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apiframe.ai/pro-midjourney-api.md).

# Pro Midjourney API

- [What's the Pro API?](https://docs.apiframe.ai/pro-midjourney-api/whats-the-pro-api.md)
- [API Endpoints](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints.md): New Midjourney API endpoints
- [Imagine](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/imagine.md): Generate four images from a text prompt. Available versions are 6.1 and 7
- [Vary Strong and Subtle](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/vary-strong-and-subtle.md): Generate four (4) new images from a previous generation task: Imagine, Upscale, Vary, or Variations.
- [Upscale Subtle and Creative](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/upscale-subtle-and-creative.md): Upscale an image (2X) while keeping the details (Subtle) or adding some details (Creative). Can be done after: Imagine, Vary, or Variations.
- [Variations](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/variations.md): Generate four (4) new images from a previous generation task: Imagine, Upscale, Vary, or Variations.
- [Pan](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/pan.md): Pan an existing image (from Midjourney) to one direction: Up, Down, Right or Left
- [Zoom](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/zoom.md): Zoom an existing image (from Midjourney); the zoom ratio from 1 to 2
- [Inpaint](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/inpaint.md): Partially redraw an area of an image.
- [Seed](https://docs.apiframe.ai/pro-midjourney-api/api-endpoints/seed.md): Get the seed of a previous task


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apiframe.ai/pro-midjourney-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
