curl --request GET \ --url https://api.pixellabsai.app/v1/generate/gen_8f7b2c9a1e3d \ --header 'Authorization: Bearer pixel_live_abc123def456'
{ "generationId": "gen_8f7b2c9a1e3d", "status": "completed", "progress": 100, "imageUrl": "https://cdn.pixellabsai.app/images/gen_8f7b2c9a1e3d.png", "arweaveUrl": "https://arweave.net/abc123def456ghi789jkl012mno345pqr678stu901vwx234yz", "metadata": { "prompt": "cyberpunk samurai warrior with glowing katana", "style": "digital_art", "aspectRatio": "1:1", "quality": "high", "seed": 1847293847, "model": "synthetix-v2.1" }, "createdAt": "2026-03-16T14:30:00Z", "completedAt": "2026-03-16T14:30:12Z" }
Check the status of an image generation request
Bearer <token>
gen_<12 chars>
queued
processing
completed
failed