v1
latestOpenAPI 3.1.02026-07-2611077199.5 KBGenerate or modify images based on text and image prompts. Note: This is a conversational interaction format, not the official original format.
post/gemini/image/generate
Request body
Example request
{
"character_prompts": [
{
"uc": "blurred, extra accessories"
}
],
"vibe_transfer": [
{
"image": "https://example.com/ref1.jpg"
}
],
"character_reference": [
{
"image": "https://example.com/ref2.jpg"
}
]
}Response
Request successful
Example response
{
"status": "SUCCESS",
"message": "success",
"data": {
"prompt": "a cute cat",
"refer_images": null,
"image_url": "https://cdn.ttapi.io/other/2025-09-10/8b46aa28-4433-455f-bf5c-f5ccea48baf2.png",
"quota": 2
}
}