openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/mj/submit/upload-discord-images:
post:
summary: 上传(upload)
deprecated: false
description: 上传图片,仅mj慢速可用
tags:
- 模型接口/Midjourney/原生接口
parameters:
- name: Accept
in: header
description: ''
required: true
example: application/json
schema:
type: string
default: application/json
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
requestBody:
content:
application/json:
schema:
type: object
properties:
base64Array:
type: array
items:
type: string
description: base64数组
x-apifox-orders:
- base64Array
required:
- base64Array
example:
base64Array: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties:
code:
type: integer
description:
type: string
result:
type: string
x-apifox-orders:
- code
- description
- result
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/Midjourney/原生接口
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-319292008-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []