prompt — Text description of the image to generatestyle_id — ID of the visual style to applyfor_project — Project ID to attach the image toduration — Duration in video (required when for_project is provided)width — Image width in pixels (default: 1024, used when no project)height — Image height in pixels (default: 1024, used when no project)images — List of reference image URLs for contextcurl --location --request POST 'https://api.zebracat.ai/v1/generate_image' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A serene mountain landscape at sunset",
"style_id": 1,
"width": 1024,
"height": 1024,
"images": [],
"for_project": 0,
"duration": 0
}'{
"src": "string",
"thumbnail_srcs": [
"string"
]
}