# NLP Cloud API **Provider:** NLP Cloud **Category:** ai **Base URL:** `https://nlpcloud.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3 req/min (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://nlpcloud.io ## Description NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://nlpcloud.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://nlpcloud.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 3 req/min, limited models. Paid from $35/mo (all models, 5 req/s). GPU inference on demand. --- *Source: [API Map](https://apimap.dev/apis/nlp-cloud/) — CC BY 4.0*