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.
Text-to-image generation with Wan 2.2. See supported inputs, parameters, pricing, response fields, and API examples.
alibaba/wan-2.2-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-image", "input": { "prompt": "Aurora borealis over a snowy chapel, soft light", "aspect_ratio": "16:9" } }'
{ "code": 200, "success": true, "data": { "task_id": "abc123def456", "status": "processing" } }