DeepAI
提供文本生成、图像处理等 AI 驱动的 API
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 机器学习
- 文档 / URL
- https://deepai.org/
简介
DeepAI 提供易用的 AI API——图像生成、增强和文本模型(摘要、情感)——简单的 POST + API 密钥模式(无效密钥返回 401,已实测)。
快速开始
摘要(替换 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." }
文生图:
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/..." }
认证方式
- 在 deepai.org 注册 → 免费 API 密钥(在控制台)。
- 通过
api-key请求头携带(无效密钥 → 401,已实测)。
速率限制与注意事项
- 免费层:约 5,000 次 API 调用/月(以文档为准)——原型很宽裕。
- 图像 API 是异步的:响应给
output_url(或轮询任务)。 - 端点:
/api/text2img、/api/summarization、/api/sentiment-analysis、/api/colorizer等。 - 支持 CORS——浏览器可用。
常见问题
DeepAI 免费吗? 免费层:约 5,000 次/月;更多需要付费。
如何获取密钥? 在 deepai.org 注册——密钥在控制台。
图像调用是同步的吗?
返回 output_url——获取它拿到结果。
机器学习 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AI Economics Tools Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek | No auth | Yes | Yes | ↗ |
| AI For Thai Free Various Thai AI API | API Key | Yes | Yes | ↗ |
| BRAINIALL PT-BR and Spanish audio transcription with diarization and SRT/VTT | API Key | Yes | Yes | ↗ |
| Clarifai Computer Vision | OAuth | Yes | Unknown | ↗ |
| Cloudmersive Image captioning, face recognition, NSFW classification | API Key | Yes | Yes | ↗ |