Skip to main content
The POST /v1/images/generations endpoint is compatible with the OpenAI Images API. You change the model and pick from our catalog.

Which models can I use?

Built-in storage

Each generated image is automatically uploaded to your Supabase Storage (supabase.geekhub.mx) in a public UUID-based bucket — effectively unguessable URLs (same model as Cloudinary or fal.media). This means URLs don’t expire and you can reference the image from:
  • Your web app (<img src={url} />)
  • Slack, email, social networks
  • Your own backup by downloading the bytes
If you want to store them in YOUR storage instead of ours, download them immediately with any HTTP client:

Next steps

POST /v1/images/generations

Full endpoint reference.