Manage API keys, monitor usage, and integrate CelebifyAI into your apps.
Active Generations
--
API Calls (30d)
0
Credits Used (30d)
0
No API keys yet
Create one to start using the CelebifyAI API
Generate your first image with a single API call. Replace YOUR_API_KEY with an active key from above.
curl -X POST https://celebifyai.com/api/v1/images/generate/z-image \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "a serene mountain landscape at sunset", "aspect_ratio": "16:9"}'