Taxation & Salary APIWeb Calculator UI
Free Freelance Salary & Corporate CTC Equivalence API (2026)
API to convert annual freelance billing receipts into equivalent corporate salary packages.
Interactive API Playground & Live Test
GET
/api/v1/freelance-salaryQuery Parameters
Annual billing revenue in ₹
Actual business expenses in ₹
curl -X GET "https://fincalculator.in/api/v1/freelance-salary?annualBilling=2400000&businessExpenses=200000" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| annualBilling | number | Required | Annual billing revenue in ₹ |
| businessExpenses | number | Optional | Actual business expenses in ₹ |