Clarifai
Computer Vision
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Machine Learning
- Documentation / URL
- https://docs.clarifai.com/api-guide/api-overview
Overview
Clarifai is a computer-vision AI platform — image/video recognition, custom models, and workflows. Auth is a Personal Access Token (PAT) or OAuth.
⚠️ Status (verified 2026-08):
api.clarifai.comwas unreachable from our network (TLS connection failures). This may reflect regional/network blocking — verify from your network before relying on it.
What it provides
curl "https://api.clarifai.com/v2/models" \
-H "Authorization: Key YOUR_PAT"
{ "models": [ { "id": "general-image-recognition", "name": "General" } ] }
Notes
- Register at clarifai.com → create an app → Personal Access Token (PAT).
- Auth:
Authorization: Key {PAT}header (v2 API). - Endpoints:
/v2/models,/v2/models/{id}/outputs(predict), and workflow APIs.
FAQ
Is Clarifai free? Free tier with monthly API credits; more is paid.
Why can’t I reach it? Our 2026-08 check hit TLS failures — verify from your network.
How does auth work?
Authorization: Key {PAT} header.
More in Machine Learning
| 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 | ↗ |
| Cloudmersive Image captioning, face recognition, NSFW classification | API Key | Yes | Yes | ↗ |
| DeepAI Provides AI-powered APIs for text generation, image processing, and more | API Key | Yes | Yes | ↗ |