Documentation

Understand how Talovex optimizes student loan repayment plans, or integrate our optimization engine into your own application via the REST API.

API Endpoints

POST/v1/calculate
GET/v1/plans
GET/v1/poverty-guidelines
POST/v1/pslf-check
POST/v1/signup
POST/v1/login
POST/v1/checkout

Authentication

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

curl https://talovex-api.smarttechinvest.com/v1/plans \
  -H "X-API-Key: tlv_your_api_key_here"