메인 콘텐츠로 건너뛰기
POST
/
midjourney
/
translate
Midjourney Translate
curl --request POST \
  --url https://api.acedata.cloud/midjourney/translate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "精致,无暇,洁白的天使"
}
'
{
  "content": "Exquisite, flawless, pure white angel."
}

인증

Authorization
string
header
필수

헤더

accept
enum<string>

Specifies the format of the response from the server.

사용 가능한 옵션:
application/json

본문

application/json
content
string
기본값:generate
필수

The prompt to be translated to English.

예시:

"精致,无暇,洁白的天使"

응답

OK, the prompt has been translated to English.

content
string

The translated prompt in English.