Przejdź do głównej treści
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>"
}

Autoryzacje

Authorization
string
header
wymagane

Nagłówki

accept
enum<string>

Specifies the format of the response from the server.

Dostępne opcje:
application/json

Treść

application/json
image_id
string
wymagane

The ID of the image.

Odpowiedź

Operation performed successfully.

seed
string

Seed information about the picture.