PotatoHotDog lets you generate AI images for free using a simple text prompt. Describe what you want to see, and the AI generates an image for you. The image generation is available via the public API, so you can integrate it into your own tools, bots, and stream overlays.
Generated images are stored and accessible via a CDN URL, making it easy to display them anywhere.
How It Works
- Call the Generate AI Image API with your API key and a text prompt describing the image you want.
- The API returns an item ID which you can use to check the status of the generation.
- Once the image is ready, the response includes a CDN URL pointing to the generated JPEG image.
- Display the image anywhere - in your stream overlay, on your website, or in a Discord bot.
Available as a Public API
AI image generation is available as a standalone public API. Supply your API key and a text prompt, and receive a generated image back. Check out the API documentation to get started.
View AI Image API