Register for API Access
Enter your information below to receive your API key for the Calcemy Pricing API.
If you have received an API key in the past, just re-enter your details below and you will be able to retrieve it.
Verify Your Email
A verification code has been sent to:
Code expires at:
Please check your email and enter the 6-digit verification code below.
Registration Successful
Account Information:
Tier:
Monthly Limit: requests
Getting Started
Use your API key in the X-API-Key header when making requests:
curl -X POST https://api.calcemy.com/calculate \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "payment",
"advance": 10000,
"term": 12,
"rate": 0.05
}'