{
"aspect_ratio": "1:1",
"enable_base64_output": false,
"prompt": "An astronaut in a sleek, white and orange spacesuit stands on the ridge of a crater on an alien planet, looking out at a swirling nebula of purple and green in the sky. The planet's surface is made of dark, crystalline rock that faintly glimmers. The astronaut's helmet reflects the alien landscape. High-detail science fiction illustration, epic scale, sense of wonder and solitude. --ar 16:9\n",
"seed": -1
}
curl --location --request POST 'https://api.302.ai/ws/api/v3/stability-ai/stable-diffusion-3.5-large' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "1:1",
"enable_base64_output": false,
"prompt": "An astronaut in a sleek, white and orange spacesuit stands on the ridge of a crater on an alien planet, looking out at a swirling nebula of purple and green in the sky. The planet'\''s surface is made of dark, crystalline rock that faintly glimmers. The astronaut'\''s helmet reflects the alien landscape. High-detail science fiction illustration, epic scale, sense of wonder and solitude. --ar 16:9\n",
"seed": -1
}'
{
"code": 200,
"message": "success",
"data": {
"id": "51aefa20d0ae459ab6689e8694106785",
"model": "wavespeed-ai/flux-dev-ultra-fast",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/51aefa20d0ae459ab6689e8694106785/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2025-10-20T08:26:46.871Z",
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}