Version: 1.0.0
WordLift Content Evaluations API
API for evaluating text content based on specific criteria.
Authentication
API Key: ApiKeyAuth
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authorization |
Overview
This API allows you to submit text content and receive an evaluation based on predefined metrics or models. It provides scores for content quality, readability, and SEO aspects.
Basic Usage
curl --request POST \
--url https://api.wordlift.io/content-evaluations \
--header 'Authorization: Key YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"text": "Your text content goes here...",
"keywords": ["keyword1", "keyword2"]
}'
The API evaluates your content and returns detailed quality metrics including:
- Overall quality score
- Content assessment (purpose, accuracy, depth)
- Readability metrics
- SEO analysis with keyword density and entity recognition