Documentation
Qaves Utilities API
Generate AI images from a single HTTP endpoint, store them on a CDN-cached URL on this domain, and group them into named buckets. 20 free images every 24 hours, no credit card required.
Base URL
All endpoints live under:
https://qaves.me/api/v1
Every response — success and error — is JSON with Content-Type: application/json and permissive CORS headers, so you can call the API directly from a browser, a Discord bot, a serverless function, or a backend.
What you get
- Image generation. OpenAI
gpt-image-2and Replicatez-image-turbo. - Hosted images. Every generated image is uploaded and returned as a stable URL like
https://qaves.me/api/i/<path>.png. - Buckets. Tag generations with a label (e.g. a Discord server ID) to group them in the gallery and list them via the API.
- Bring your own key. Add an OpenAI key in the dashboard to keep generating after the free quota is gone.
Where to next
Read Authentication to get a key, then jump to the Quickstart for a copy-paste first request.
Need help?
Join discord.gg/mVwXUAa4kH for support, bug reports, and feature requests.