Flesch readability, keyword extraction and full text statistics.
POST/v1/text/api/v1/analyzeFull text analysis · text
POST/v1/text/api/v1/readabilityFlesch readability scores · text
POST/v1/text/api/v1/keywordsTop keyword extraction · text
POST/v1/text/api/v1/summary/statsWord/sentence/char counts · text
curl -X POST "https://api.sprytools.com/v1/text/api/v1/analyze" \
-H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
-d '{"text":"The quick brown fox jumps over the lazy dog."}'
Language Detection
Detect the language of text across 187 languages (ISO 639-1).
POST/v1/language/api/v1/detectDetect language of text · text
POST/v1/language/api/v1/detect/batchDetect for up to 20 texts · texts
GET/v1/language/api/v1/languagesList supported languages
curl -X POST "https://api.sprytools.com/v1/language/api/v1/detect" \
-H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
-d '{"text":"Bonjour tout le monde"}'
AI Text Analysis
Sentiment, summary, NER, classification and keywords (Gemini-powered).
POST/v1/ai/api/v1/sentimentSentiment analysis · text
POST/v1/ai/api/v1/summarizeSummarize text · text
POST/v1/ai/api/v1/entitiesNamed entity recognition · text
POST/v1/ai/api/v1/classifyClassify into categories · text, categories
curl -X POST "https://api.sprytools.com/v1/ai/api/v1/sentiment" \
-H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
-d '{"text":"I absolutely love this product!"}'
Generators
QR Code Generator
Generate QR codes as PNG or SVG, single or in batches.
GET/v1/qr/api/v1/qrGenerate a QR code · text
POST/v1/qr/api/v1/qrQR with colors & options · text
GET/v1/qr/api/v1/qr/batchUp to 10 QR codes · texts