Call any Midjourney web endpoint
api_getRetrieve JSON data from any Midjourney endpoint by specifying a /api/ path. Use this escape hatch when no dedicated tool exists for the endpoint you need.
Instructions
Issue a GET against an arbitrary path on midjourney.com and return the JSON. The escape hatch for endpoints this server has no named tool for.
Midjourney publishes no API, so the set of endpoints is whatever its web app happens to call this month. Discover them with midjourney-cli capture, which records the real traffic while you use the site, then read them here. Paths must start with /api/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path starting with /api/, for example '/api/folders'. | |
| query | No | Query parameters to append. |