Перейти до основного вмісту
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.