OCR.Space

OCR.Space — free-tier JSON endpoint

🔧 Developer ToolsDEADchecked 3h ago
AUTH APIKEYCORS AGENT ?HTTPS COMMERCIAL ?

OCR.Space offers a free API tier. We verified JSON on a sample GET (Documents & Productivity). Check provider docs for key requirements and limits.

0REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: 0 · dead
🪦 DEADTHE GRAVEYARD
Uptime history
0.0%90d reachable
0.0%30d reachable
3hLast check · since JUL 8
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.ocr.space/parse/imageurl?apikey=helloworld&url=https://dl.a9t9.com/ocr/solarcell.jpg

{
  "ParsedResults": [
    {
      "TextOverlay": {
        "Lines": [],
        "HasOverlay": false,
        "Message": "Text overlay is not provided as it is not requested"
      },
      "TextOrientation": "0",
      "FileParseExitCode": 1,
      "ParsedText": "Solar cell\r\nArticle Talk\r\nFrom Wikipedia, the free encyclopedia\r\nFor convection cells on the Sun's surface, see Solar granule.\r\nA solar cell or photovoltaic cell (PV cell) is an electronic device that converts the energy of light directly\r\ninto electricity by means Of the photovoltaic effect. [II It is a form Of photoelectric cell, a device whose\r\nelectrical characteristics (such as current, voltage, or resistance) vary when exposed to light. Individual\r\nsolar cell devices are often the electrical building blocks of photovoltaic modules, known colloquially as\r\n\"solar panels\". The common single-junction silicon solar cell can produce a maximum Open-circuit voltage\r\nof approximately 0.5 to 0.6 volts.(2J\r\nPhotovoltaic cells may operate under sunlight or artificial light. In addition to producing energy, they can be\r\nused as a photodetector (for example infrared detectors), detecting light or other electromagnetic radiation\r\nnear the visible range, or measuring light intensity.\r\nRead\r\nEdit\r\n75 languages v\r\nView history Tools v\r\n",
      "ErrorMessage": "",
      "ErrorDetails": ""
    }
  ],
  "OCRExitCode": 1,
  "IsErroredOnProcessing": false,
  "ProcessingTimeInMilliseconds": "328",
  "SearchablePDFURL": "Searchable PDF not generated as it was not requested."
}
Call itcurl · fetch · python
curl "https://api.ocr.space/parse/imageurl?apikey=helloworld&url=https://dl.a9t9.com/ocr/solarcell.jpg"
const res = await fetch("https://api.ocr.space/parse/imageurl?apikey=helloworld&url=https://dl.a9t9.com/ocr/solarcell.jpg");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.ocr.space/parse/imageurl?apikey=helloworld&url=https://dl.a9t9.com/ocr/solarcell.jpg")
print(res.json())

THIS API IS DEAD — NOTHING TO RUN

Endpoints · 6DeadFULL DOCS ↗
Unreachable — GET /parse/imageurl?apikey=helloworld&url=https://dl.a9t9.com/ocr/solarcell.jpg not responding
GET/parse/imageurl?apikey=helloworld&url=https://dl.a9t9.com/ocr/solarcell.jpgPROBED

OCR.Space — free-tier JSON endpoint

GET/parse

Parse — documented GET route.

GET/parse/1

Parse details by ID (example: 1).

GET/parse?limit=10

Parse — documented GET route.

GET/parse/search?q=test

Search by query parameters.

GET/parse/imageurl?limit=5

Imageurl — documented GET route.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

OCR.Space: common questions

Is OCR.Space free to use?

Yes — OCR.Space is a free developer tools API. Free tier: Free tier — API key may be required for production. Whether the free tier allows commercial use is unclear — check the provider docs.

Does OCR.Space need an API key?

Yes — OCR.Space needs a free API key, which you pass on each request. Rate limits: Unpublished.

Can I call OCR.Space from the browser?

Yes — OCR.Space returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is OCR.Space up right now?

As of our last scheduled check, OCR.Space is dead. We re-probe it every sweep — the status badge and uptime chart above always show the latest.