Scale API
Payroll data for your product
Use a Scale API key to retrieve supported countries and calculate employer cost, net pay, and the underlying contribution breakdown.
Authentication
Send your key as a Bearer token. Never expose it in browser code.
Authorization: Bearer tc_live_...Endpoints
GET /api/v1/countries returns the supported country codes and currencies.
POST /api/v1/calculations accepts country, salary, period (month or year), and type (gross or net).
curl -X POST https://talentcost.com/api/v1/calculations \
-H 'Authorization: Bearer tc_live_...' \
-H 'Content-Type: application/json' \
-d '{"country":"DE","salary":75000,"period":"year","type":"gross"}'OpenAPI
Download the machine-readable specification for your integration tooling.
Download OpenAPI JSONNeed Scale access? View plans.