v1
latestOpenAPI 3.1.02026-07-2611077199.5 KBpost/v1/images/generations
Request body
Response
Request successful, returns image generation results (supports url/base64 formats)
Example response
{
"created": 1745818538,
"data": [
{
"url": "https://filesystem.site/cdn/20250428/5LsFMT0Def02RVVUkwJ4v7IslleMzo.webp",
"revised_prompt": "A cute fluffy cat with big, bright eyes, soft fur, and a playful expression. It has a light gray coat with hints of white on its paws and tail. The cat is sitting in a cozy setting, surrounded by soft cushions, with its tail wrapped around its paws. Its ears are perked up, and it's looking directly at the viewer, exuding a sense of curiosity and warmth."
}
],
"usage": {
"input_tokens": 9,
"input_tokens_details": {
"text_tokens": 9
},
"output_tokens": 4160,
"total_tokens": 4169
}
}