freeapis

DeepAI

Provides AI-powered APIs for text generation, image processing, and more

Authentication
API Key
HTTPS
Yes
CORS
Yes
Documentation / URL
https://deepai.org/

Overview

DeepAI offers easy-to-use AI APIs — image generation, enhancement, and text models (summarization, sentiment) — with a simple POST + API key pattern (an invalid key returns 401, verified).

Quick Start

Summarization (replace YOUR_KEY):

curl -X POST "https://api.deepai.org/api/summarization" \
  -H "api-key: YOUR_KEY" \
  -d "text=Long text to summarize..."
{ "id": "abc-123", "output": "Summary of the text." }

Text-to-image:

curl -X POST "https://api.deepai.org/api/text2img" \
  -H "api-key: YOUR_KEY" \
  -d "text=cyberpunk city"
{ "id": "abc-456", "output_url": "https://api.deepai.org/job-view-file/..." }

Authentication

  • Register at deepai.org → free API key (in the dashboard).
  • Send it as the api-key header (invalid key → 401, verified).

Rate Limits & Notes

  • Free tier: ~5,000 API calls/month (check the docs) — generous for prototyping.
  • Image APIs are async: the response gives an output_url (or you poll the job).
  • Endpoints: /api/text2img, /api/summarization, /api/sentiment-analysis, /api/colorizer, and more.
  • CORS-enabled for browser use.

FAQ

Is DeepAI free? Free tier: ~5,000 calls/month; more is paid.

How do I get a key? Register at deepai.org — the key is on your dashboard.

Are image calls synchronous? They return an output_url — fetch it for the result.

More in Machine Learning

APIAuthHTTPSCORS
AI Economics Tools

Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek

No authYesYes
AI For Thai

Free Various Thai AI API

API KeyYesYes
BRAINIALL

PT-BR and Spanish audio transcription with diarization and SRT/VTT

API KeyYesYes
Clarifai

Computer Vision

OAuthYesUnknown
Cloudmersive

Image captioning, face recognition, NSFW classification

API KeyYesYes