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.
Generate images with OpenAI’s GPT Image 2 model
openai/gpt-image-2
prompt
aspect_ratio
1:1
3:2
2:3
16:9
image_urls
resolution
1K
2K
4K
curl -X POST https://api.unifically.com/v1/tasks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "openai/gpt-image-2", "input": { "prompt": "A serene mountain landscape", "aspect_ratio": "16:9", "resolution": "2K" } }'
{ "code": 200, "success": true, "data": { "task_id": "abc123def456", "status": "processing" } }