Certify English Text
Overview
This function should be used when:
- Your organization has an active credit subscription to the service.
- The source text is written in English with a minimum length of two sentences.
- The source text adheres to our editing guidelines.
- The Lexile measure will be displayed publicly after analysis.
URL
POST /api/analyze/certify
Request
The following parameters are required in the request. An example can be found here.
| Parameter | Type | Description |
|---|---|---|
text |
String | The desired English text for analysis. There is a minimum of two sentences for the text to be measurable. |
Response
This returns an object that contains certified measurement results from the English Lexile Analyzer.
| Parameter | Type |
|---|---|
language |
String |
wordCount |
Integer |
version |
Integer |
certifiedLexile |
Integer |
certifiedLexileDisplay |
String |
