# api.datumbox.com **Provider:** api.datumbox.com **Category:** storage **Base URL:** `http://api.datumbox.com/` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 4,000 API calls/min (authenticated) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** http://api.datumbox.com/ ## Description Datumbox offers a Machine Learning platform composed of 14 classifiers and Natural Language processing functions. Functions include sentiment analysis, topic classification, readability assessment, language detection, and much more. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `http://api.datumbox.com//1.0/AdultContentDetection.json` | Classifies the Document as adult or noadult | | POST | `http://api.datumbox.com//1.0/CommercialDetection.json` | Classifies the Document as commercial or nocommercial | | POST | `http://api.datumbox.com//1.0/DocumentSimilarity.json` | Estimates the similarity between 2 Documents | | POST | `http://api.datumbox.com//1.0/EducationalDetection.json` | Classifies the Document as educational or noeducational | | POST | `http://api.datumbox.com//1.0/GenderDetection.json` | Gender Detection Service | | POST | `http://api.datumbox.com//1.0/KeywordExtraction.json` | Extracts the Keywords of the Document | | POST | `http://api.datumbox.com//1.0/LanguageDetection.json` | Identifies the Language of the Document | | POST | `http://api.datumbox.com//1.0/ReadabilityAssessment.json` | Evaluates the Readability of the Document | ## Authentication OAuth 2.0 or JWT (Server Authentication) for machine-to-machine ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl -X GET 'http://api.datumbox.com//1.0/AdultContentDetection.json' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/api-datumbox-com/) — CC BY 4.0*