# NLP Info Extractor (compromise) — https://nlp-extractinfo.0exec.com Extract people, places, dates, organizations from text using compromise.js. ## Endpoints - `GET /` — Extract entities - `url` (query, optional): URL to fetch text from - `text` (query, optional): Raw text - `output` (query, optional): json (default) | xml - `final` (query, optional): true for formatted final output - returns: application/json - example: `https://nlp-extractinfo.0exec.com/?text=Anthropic was founded in San Francisco in 2021.` ## Examples curl 'https://nlp-extractinfo.0exec.com/?url=https://en.wikipedia.org/wiki/Anthropic' ## Meta endpoints (gateway-served, no upstream call) - `GET /.deploy/version.json` — current deployed commit - `GET /openapi.json` — machine-readable OpenAPI 3.1 spec - `GET /llms.txt` — this file - `GET /_gw_health` — gateway liveness probe Source: https://github.com/baditaflorin/nlp-extractinfo