๐ŸŒ
Monsterapi
monsterapi.ai โ€บ text-to-image-generation-api
Text to Image API
MonsterAPI brings Access to LLMs with Generative AI APIs, No-code LLM Finetuning and LLM Deployment as an API with Python, NodeJS SDKs
๐ŸŒ
deAPI
deapi.ai โ€บ use-cases โ€บ text-to-image
AI Image Generation API | Free Text-to-Image | deAPI โ€“ Scalable, Cheap, Open-Source
Generate images from text with FLUX & SDXL models. Fast, 20ร— cheaper, perfect for SaaS apps. Start with $20 free credits โ€” deAPI.
Discussions

What's best free Image to Text library?
I have used Azure OCR. They have a free tier (up to x hits per day and minute, I don't remember precisely). It was pretty good I found, better than Tesseract. More on reddit.com
๐ŸŒ r/computervision
7
0
February 11, 2025
Open source API which can do text recognition and Text dictation
Do you need it to be open source or just free? Because you're more likely to find something free if you look at the free tier offerings from large proprietary providers (e.g. Google cloud). More on reddit.com
๐ŸŒ r/opensource
7
2
July 20, 2024
Free AI tool to generate image and text via API call
THANK YOU SO MUCH!!! i was looking for EXACTLY this to prototype an empire flag generation system for my game until i build my own little text to image api for some reason i thought google ai studio had image api free tier, then i found out it doesn't, you came in clutch af! More on reddit.com
๐ŸŒ r/n8n
13
9
January 13, 2025
Open source img to text?
There are many: https://medevel.com/os-ocr-libraris-and-frameworks/ More on reddit.com
๐ŸŒ r/learnpython
10
0
March 11, 2023
People also ask

Which text-to-image models does deAPI support?
We support popular open-source models like FLUX.1 [schnell] and keep expanding as new models trend.
๐ŸŒ
deapi.ai
deapi.ai โ€บ use-cases โ€บ text-to-image
AI Image Generation API | Free Text-to-Image | deAPI โ€“ Scalable, ...
How is deAPI different from other AI image APIs?
Unlike centralized providers, we run on decentralized consumer-grade GPUs, which makes us both faster and cheaper at scale.
๐ŸŒ
deapi.ai
deapi.ai โ€บ use-cases โ€บ text-to-image
AI Image Generation API | Free Text-to-Image | deAPI โ€“ Scalable, ...
What is the affordable AI image generation API?
There are many affordable image generation APIs available, each with varying pricing structures. LightXโ€™s API for image generation, however, stands out. It provides a cost-effective solution without sacrificing quality, or speed. This high-performance option delivers exceptional value to businesses.
๐ŸŒ
lightxeditor.com
lightxeditor.com โ€บ home โ€บ photo editor tool โ€บ ai text to image api
AI Image Generator API | Text to Image API | LightX
๐ŸŒ
LightX
lightxeditor.com โ€บ home โ€บ photo editor tool โ€บ ai text to image api
AI Image Generator API | Text to Image API | LightX
Start editing images with the tool to see how it works. ... Generate your own original art, including paintings, sketches, landscapes, patterns, city art, and more. ... Easily integrate our API with CSS, React, Tailwind, JS, and Python for versatile and powerful applications. ... import requests url = 'https://api.lightxeditor.com/external/api/v1/text2image' headers = { 'Content-Type': 'application/json', 'x-api-key': '<Insert your API Key>' # Replace with your actual API key } data = { "textPrompt": "YourInputPrompt" # Replace with your specific input prompt } response = requests.post(url, headers=headers, json=data) # Check if the request was successful if response.status_code == 200: print("Request was successful!") print(response.json()) else: print(f"Request failed with status code: {response.status_code}") print(response.text)
๐ŸŒ
Venice
venice.ai
Venice | Private AI for Unlimited Creative Freedom
Try Venice.ai for free. Generate text, images, characters and video using private and unbiased AI.
๐ŸŒ
API Ninjas
api-ninjas.com โ€บ api โ€บ imagetotext
Image to Text API - API Ninjas
The y-coordinate of the top-left corner of the text bounding box. Width of the text bounding box in pixels. Height of the text bounding box in pixels. Try this API endpoint with all available parameters in our API playground ... 1 2 3 curl -X POST "https://api.api-ninjas.com/v1/imagetotext" \ -H "X-Api-Key: YOUR_API_KEY" \ -F "image=@YOUR_IMAGE.jpeg"
๐ŸŒ
Subnp
subnp.com
SubNP
Support our mission to make AI accessible to everyone. Get premium features, priority support, and prominent visibility across our platform. ... Integrate our powerful AI image generation capabilities into your applications with our free and developer-friendly API.
๐ŸŒ
Canva
canva.com โ€บ home โ€บ text to image
Free AI Image Generator: Online Text to Image App | Canva
The algorithms spot trends in the images and text and eventually begin to guess which image and text fit together. Once the model can predict what an image should look like from a given text, it creates entirely new images for you to choose from. ... Canvaโ€™s AI image generators are available with limited use on Free accounts.
Find elsewhere
๐ŸŒ
Google Cloud
cloud.google.com โ€บ use-cases โ€บ text-to-image-ai
Text-to-image AI | Google Cloud
Generate and edit images from text ... languages. New customers get up to $300 in free credits to generate images and more on Vertex AI....
๐ŸŒ
Magic Hour
magichour.ai โ€บ products โ€บ ai-image-generator
Free AI Image Generator: Online Text to Image Tool
Generate AI images from text with our free AI image generator. No sign-up is required!
๐ŸŒ
Google
labs.google โ€บ fx โ€บ tools โ€บ image-fx
ImageFX - labs.google/fx
Transform text into images and explore with endless imagination.
๐ŸŒ
Rev AI
rev.ai
Speech to Text API | Speech Recognition Service - Rev AI
Rev AI offers a full suite of best-in-class speech-to-text and insights to power the exact quality and price your application requires.
๐ŸŒ
Google AI
ai.google.dev โ€บ gemini api โ€บ text generation
Text generation | Gemini API | Google AI for Developers
November 17, 2025 - # Use a temporary file to hold the base64 encoded image data TEMP_B64=$(mktemp) trap 'rm -f "$TEMP_B64"' EXIT base64 $B64FLAGS $IMG_PATH > "$TEMP_B64" # Use a temporary file to hold the JSON payload TEMP_JSON=$(mktemp) trap 'rm -f "$TEMP_JSON"' EXIT cat > "$TEMP_JSON" << EOF { "contents": [ { "parts": [ { "text": "Tell me about this instrument" }, { "inline_data": { "mime_type": "image/jpeg", "data": "$(cat "$TEMP_B64")" } } ] } ] } EOF curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent" \ -H "x-goog-api-key: $GEMINI_API_KEY" \ -H 'Content-Type: application/json' \ -X POST \ -d "@$TEMP_JSON"
๐ŸŒ
DeepAI
deepai.org
DeepAI
Since then, we have greatly expanded: ... in your browser, and many are available through simple APIs. You can explore DeepAI for free without creating an account....
๐ŸŒ
Leonardo AI
leonardo.ai โ€บ api
AI Image & Video Generation API for Developers | Leonardo.AI
November 18, 2025 - You will need a free Leonardo.Ai user account to logon. The Production API documentation will guide you to getting an API plan and creating an API key. Then it will walk you through your first image generations.
๐ŸŒ
Jina AI
jina.ai โ€บ reader
Reader API
Can I use it in production? ... The Reader API is designed to be highly scalable. It is auto-scaled based on the real-time traffic and the maximum concurrency requests is now around 4000.
๐ŸŒ
GitHub
github.com โ€บ mohamedgamalmoha โ€บ Image-To-Text
GitHub - mohamedgamalmoha/Image-To-Text: This system is a RESTful API that takes an image file as input and returns the text content of the image as output. The system uses the Tesseract OCR engine to extract text from the image.
This system is a RESTful API that takes an image file as input and returns the text content of the image as output. The system uses the Tesseract OCR engine to extract text from the image.
Author ย  mohamedgamalmoha
๐ŸŒ
Microsoft Learn
learn.microsoft.com โ€บ en-us โ€บ azure โ€บ ai-services โ€บ computer-vision โ€บ overview-ocr
OCR - Optical Character Recognition - Foundry Tools | Microsoft Learn
November 21, 2025 - The file size of images must be ... for the free tier) with dimensions of at least 50 x 50 pixels and at most 10,000 x 10,000 pixels. PDF files don't have a size limit. The minimum height of the text to be extracted is 12 pixels for a 1024 x 768 image, which corresponds to about 8-point font text at 150 DPI. ... You don't need to crop an image for text lines. Send the whole image to the Read API and it recognizes ...
๐ŸŒ
Freepik
freepik.com โ€บ api โ€บ image-generation
AI Image Generation API | Freepik
Generate ultra-realistic images with our advanced text-to-image API. Support for LoRAs, embeddings, and custom AI models. Built for developersโ€”intuitive, efficient, and production-ready.