Get API access

Free during early access. Enter your email and we will send a link to activate your key. No card required.

Quick start

Every request needs an X-API-Key header.

curl -X POST https://degree-classification.onrender.com/classify \
     -H "Content-Type: application/json" \
     -H "X-API-Key: YOUR_KEY" \
     -d '{"text": "bachlers in compueter sciecne"}'

Full endpoint reference, response schema, error codes, and code samples in the docs.

Early-access keys are rate-limited to 30 requests per minute and unvetted. Reach out if you need a higher limit for production use.