Saltar al contenido principal
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>"
}

Autorizaciones

Authorization
string
header
requerido

Encabezados

accept
enum<string>

Specifies the format of the response from the server.

Opciones disponibles:
application/json

Cuerpo

application/json
image_id
string
requerido

The ID of the image.

Respuesta

Operation performed successfully.

seed
string

Seed information about the picture.