Privacy
External providers
ImageRouter is a proxy that uses external providers to generate images. Your images, prompts, and other parameters are forwarded to one of these providers. ImageRouter has no influence on how long they store these materials.
Prompt Logging
Prompt logging is always on for security. This might change in the future.
Input Images
Input images are always auto-deleted from ImageRouter servers instantly after processing. While we do not store the images you provide as input, ImageRouter has no influence on how long the provider stores your input image.
Output Images
The logging of output images depends on the response_format
you specify in your API request.
url
orb64_json
: When you use these formats, the generated images are stored to provide you with a URL or a base64 string.b64_ephemeral
: When you use this format, the generated image is returned as a base64 string directly in the response and is not stored on our servers. The image provider can still store your images on their servers.