cURL
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>" }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
The ID of the image.
Operation performed successfully.
Seed information about the picture.
Var denna sida till hjälp?