Welcome to TR API.
Total Reader API will provide the abilities to do the followings:
- Creates user and allows to view users information
- Returns list of categories – fiction or non-fiction
- Returns list of passages available to the user for a specific category – for passage selection
- Returns passage summary, passage body, and list of cloze completions, including all word options
- Receive and Score all words selected by user, allowing Total Reader to update the student’s Lexile Level
- Request user data, most importantly the current Lexile data
Endpoints
To view request/response data format of each API endpoint, please visit API Test Utility.
Authentication
API uses HMAC (hash-based message authentication code) SHA256 method to encode the request and authenticate information.
For authentication information, please contact CustomerSupport@TotalReader.com.
Below is an example to create a user.
TR API Test