# Midjourney 接入教程

## 一、支持操作

* 支持 Mid journey proxy Plus 以及 Mid journey proxy 接囗协议
* 如果你的项目不支持以上方式，请点击查看[API接入文档](https://docs.blueshirtmap.com/)
* 调用接口， 适用性广、<mark style="color:red;">支持 Midjourney 所有操作</mark>

## 二、快捷接入

1.配置接口地址和key

<figure><img src="/files/X1s6xqzGUB3dDR3Q3MAN" alt=""><figcaption></figcaption></figure>

不同客户端尝试一下接口地址:

{% hint style="info" %}
<https://www.blueshirtmap.com/>

[https://www.blueshirtmap.com](https://www.blueshirtmap.com/)/mj

[https://www.blueshirtmap.com](https://www.blueshirtmap.com/)/mj/

[https://www.blueshirtmap.com](https://www.blueshirtmap.com/)/mj/submit/imagine
{% endhint %}

mode参数(可选) :

<table><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>relax</td><td>慢速(1-10分钟出图)</td><td></td></tr><tr><td>fast</td><td>快速(默认)(1-5分钟出图) </td><td></td></tr><tr><td>turbo</td><td>极速(1分钟内出图)</td><td></td></tr></tbody></table>

proxy-type参数(可选):

<table><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>origin</td><td>图片使用discord原地址，仅国外访问</td><td></td></tr><tr><td>relay</td><td>全球访问都很快(默认) </td><td></td></tr><tr><td>proxy</td><td>国内访问很快(令牌可以设置自己的图片代理地址)</td><td></td></tr></tbody></table>

## 三、绘图模式切换、图片代理

绘图模式切换通过URL路径参数进行切换：

&#x20;*/mj 是 fast mode*

*/mj-fast/mj 是 fast mode*

*/mj-turbo/mj是 turbo mode*

*/mj-relax/mj是relax mode*

图片处理：

*/mj-relay/mj 是使用服务转发地址，图片国内访问较快*

*mj-origin/mj 使用原地址，图片国外访问很快*

*/mj-proxy/mj 是使用管理员设置的代理地址，图片国内访问较快*


---

# Agent Instructions: 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://gptmetaapi-docs.mygptmeta.com/dui-jie-di-san-fang/midjourney-jie-ru-jiao-cheng.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.
