{
"aspect_ratio": "16:9",
"enable_base64_output": false,
"prompt": "A tumultuous ocean violently crashing against black reefs as a storm approaches. The sky is filled with dark, heavy clouds, and a bolt of lightning tears across the sky, illuminating the churning waves. The painting is full of dramatic power and emotion, in the style of J.M.W. Turner, emphasizing the sublime and awesome power of nature. The oil paint texture is heavy, and the colors are deep and moody.\n\n",
"seed": -1
}
curl --location --request POST 'https://api.302.ai/ws/api/v3/stability-ai/stable-diffusion-3.5-medium' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "16:9",
"enable_base64_output": false,
"prompt": "A tumultuous ocean violently crashing against black reefs as a storm approaches. The sky is filled with dark, heavy clouds, and a bolt of lightning tears across the sky, illuminating the churning waves. The painting is full of dramatic power and emotion, in the style of J.M.W. Turner, emphasizing the sublime and awesome power of nature. The oil paint texture is heavy, and the colors are deep and moody.\n\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
}
}
}