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