v1
latestOpenAPI 3.1.02026-07-242735131.1 MBCost Calculator
Creates a CSV cost estimation of employments
Creates CSV cost estimation of employments
post/v1/cost-calculator/estimation-csv
Request body
Example request
{
"company_name": "My Company",
"employer_currency_slug": "USD",
"employments": [
{
"region_slug": "region_slug"
}
]
}Response
Success
Example response
{
"data": {
"content": "base64 encoded content"
}
}