v1
latestOpenAPI 3.1.02026-07-242735131.1 MBCost Calculator
Creates PDF cost estimation of employments
Creates a PDF cost estimation of employments based on the provided parameters.
post/v1/cost-calculator/estimation-pdf
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"
}
}