Skip to main content
GET
/
powerpath
/
rit-to-grade
Look up grade-equivalent bands from a RIT score
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/rit-to-grade \
  --header 'Authorization: Bearer <token>'
{
  "ritScore": 123,
  "r50Grade": 123,
  "r90Grade": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

subject
enum<string>
required
Available options:
Math,
Reading,
Language,
Science
rit
integer
required

Response

Success

ritScore
integer
required
subject
enum<string>
required
Available options:
Math,
Reading,
Language,
Science
r50Grade
number | null
required
r90Grade
number | null
required