메인 콘텐츠로 건너뛰기
POST
/
midjourney
/
seed
Midjourney Seed
curl --request POST \
  --url https://api.acedata.cloud/midjourney/seed \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "image_id": "<string>"
}
'
{
  "seed": "<string>"
}

인증

Authorization
string
header
필수

헤더

accept
enum<string>

Specifies the format of the response from the server.

사용 가능한 옵션:
application/json

본문

application/json
image_id
string
필수

The ID of the image.

응답

Operation performed successfully.

seed
string

Seed information about the picture.