cURL
curl --request POST \ --url https://api.ai2fin.com/api/export/ato \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "financialYear": "2024", "format": "csv" } '
"<string>"
Generate ATO-compliant tax deduction report
JWT token obtained from /api/auth/login endpoint
"2024"
csv
pdf
xlsx
Export generated
The response is of type file.
file