midjourney
Installation
SKILL.md
Midjourney on RunAPI
Choose route
- For a one-off artifact or result, use the registered
midjourneyservice in therunapiCLI. If the installed command catalog does not list it, stop and report the missing service instead of inventing a command. - For an app, backend, worker, library, webhook pipeline, or production codebase, go directly to Integrate with SDK. Never shell out to the CLI as the production runtime.
Discover contract
Authenticate, then inspect the installed command catalog and the selected operation's current contract:
runapi auth status > auth.json
jq -e '.authenticated == true' auth.json
runapi midjourney --help
runapi midjourney <operation> --help
curl --fail --location https://runapi.ai/docs/api/midjourney/<operation>.md --output contract.md