Documentation

Understand how Tuvelan calculates college ROI, or integrate our analysis engine into your own application via the REST API.

API Endpoints

POST/v1/calculate
GET/v1/institutions/search
GET/v1/majors
POST/v1/signup
POST/v1/login
GET/v1/account
POST/v1/checkout

Authentication

All API requests require an API key passed via the X-API-Key header.

curl https://tuvelan-api.smarttechinvest.com/v1/institutions/search?q=MIT \
  -H "X-API-Key: tuv_your_api_key_here"