{
"prompt": "A cute baby sea otter",
"model": "hidream-i1-fast",
"n": 1,
"response_format": "url",
"size": "728x728",
"aspect_ratio": "16:9"
}
curl --location --request POST 'https://api.302.ai/302/images/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A cute baby sea otter",
"model": "hidream-i1-fast",
"n": 1,
"response_format": "url",
"size": "728x728",
"aspect_ratio": "16:9"
}'
{
"created": 0,
"data": [
{
"url": "string",
"bs62_json": "string"
}
],
"usage": {
"total_tokens": 0,
"input_tokens": 0,
"output_tokens": 0,
"input_tokens_details": {
"text_tokens": 0,
"image_tokens": 0
}
}
}