freeapis

Roboflow Universe

Pre-trained computer vision models

Authentication
API Key
HTTPS
Yes
CORS
Yes

Overview

Roboflow Universe hosts 200,000+ public computer-vision datasets and pre-trained models — deploy object detection/classification via a hosted inference endpoint. Auth is a free API key.

Note (verified 2026-08): from datacenter IPs the site is fronted by a Cloudflare challenge (HTTP 403 “Just a moment…”) — browser/real-IP requests work normally. Retry from a residential network if you hit this.

Quick Start

Public inference endpoint (from a model’s page):

curl -X POST "https://detect.roboflow.com/MODEL_ID/1?api_key=YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"image": "https://example.com/dog.jpg"}'
{ "predictions": [ { "class": "dog", "confidence": 0.95, "x": 100, "y": 80, "width": 200, "height": 150 } ], "time": 0.05 }

Authentication

  • Register at roboflow.com → free API key (in the dashboard).
  • Send it as the api_key query parameter.

Rate Limits & Notes

  • Free tier: ~10,000 inference credits/month (check the docs); paid plans scale.
  • Universe lets you use public models without training your own.
  • The hosted API is detect.roboflow.com/{model}/{version} (also classification/segmentation variants).

FAQ

Is Roboflow free? Free tier with monthly inference credits; more is paid.

Why 403 from my server? Cloudflare challenge on datacenter IPs (verified) — residential/browser requests work.

Do I need to train a model? No — Universe has 200k+ public models you can call directly.

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