Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fast and affordable text-to-image generation
alibaba/wan-2.2-flash-image
prompt
aspect_ratio
1:1
3:4
4:3
9:16
16:9
negative_prompt
seed
curl -X POST https://api.unifically.com/v1/tasks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "alibaba/wan-2.2-flash-image", "input": { "prompt": "A minimalist logo design for a coffee shop" } }'
{ "code": 200, "success": true, "data": { "task_id": "abc123def456", "status": "processing" } }