API Schemas
This topic provides an overview of the available schemas used in the Growth Planner Chart API.
The Growth Planner Chart API supports schema definitions for key parameters such as targetRange
, measures
, graphSize
, scale
, language
, and others. These schemas define the expected structure of the request and response payloads required to generate Lexile and Quantile Growth Charts.
To view the complete and most up-to-date schema definitions, please refer to the Swagger documentation:
This API generates Lexile and Quantile growth charts based on student measurement data. It requires no personally identifiable information (PII), and no data is stored. All endpoints are secured and require authentication via a bearer token obtained from the authToken
endpoint.
For details on obtaining an authentication token and interacting with protected endpoints, see the authentication section in the Swagger docs and use the Authorize button to test requests.