English
cURL
curl --request POST \ --url https://api.sinancode.com/v1/generate/k/grok-text-to-image \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "A beautiful sunset over the ocean", "aspect_ratio": "" } '
{ "task_id": "01234567-89ab-cdef-0123-456789abcdef" }
Generate image from text using xAI Grok model (async)
Please use your API Token for authentication
Task parameters
Prompt (required)
1 - 5000
"A beautiful sunset over the ocean"
Aspect ratio (optional, default 3:2)
2:3
3:2
1:1
""
OK
Task ID
"01234567-89ab-cdef-0123-456789abcdef"