Vai al contenuto principale
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>"
}

Autorizzazioni

Authorization
string
header
obbligatorio

Intestazioni

accept
enum<string>

Specifies the format of the response from the server.

Opzioni disponibili:
application/json

Corpo

application/json
image_id
string
obbligatorio

The ID of the image.

Risposta

Operation performed successfully.

seed
string

Seed information about the picture.