# ParallelDots API **Provider:** ParallelDots **Category:** ai **Base URL:** `https://www.paralleldots.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/min (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.paralleldots.com/text-analysis-apis ## Description ParallelDots AI APIs are the most comprehensive set of document classification and NLP APIs for software developers that provide state-of-the-art accuracy on most common NLP use-cases such as sentimen ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.paralleldots.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.paralleldots.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 API calls/month. Starter $25/mo (5,000 calls), Pro $99/mo (50,000 calls). --- *Source: [API Map](https://apimap.dev/apis/paralleldots/) — CC BY 4.0*