This is a basic backend Flask API that allows users to easily retrieve DALL-E generated images.
It allows user to make a GET request to the endpoint with their desired prompt, which sends the prompt to the "TOME" backend API along with additional details like headers, data, cookies(user-auth). The API processes the response, filters the required data, and returns the links in JSON format.
User does not need to make account on TOME and there is no need for buying additional credits. This process is automated for a particaular demo account for testing purposes.
Potential use case is to make a dataset for fake/real image detection model training.
Currently deployed at : https://imggen.adhirajpandey.me/
Pass in your image generation prompt as 'prompt' argument in GET request to /genimg endpoint.
Request :
Result :
Actual Generated Image for example Prompt :
This project is not affiliated with Tome or its services. It's an independent tool created for educational and personal use.


