AI Text Analysis API
Sentiment, summary, NER, classification and keywords (Gemini-powered).
Endpoints
- POST
/v1/ai/api/v1/sentiment Sentiment analysis · text - POST
/v1/ai/api/v1/summarize Summarize text · text - POST
/v1/ai/api/v1/entities Named entity recognition · text - POST
/v1/ai/api/v1/classify Classify into categories · text, categories
Example
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!"}'
← All APIs