Export tax documents
Tax Estimates
Export tax documents
Generates tax documents for download. Returns a pre-signed S3 URL.
POST
Export tax documents
To enable the Tax Estimates feature for your customers, request access from your Layer representative.
year and returns a pre-signed S3 URL. The URL is time-limited; download the document promptly after receiving it.
Document types
Thetype query parameter selects which document to export:
TAX_PACKET: a combined packet containing the business’s tax summary and supporting detail for the year, suitable for sharing with a tax preparer.SCHEDULE_C: a Schedule C (profit or loss from business) export derived from the business’s P&L data for the year.PAYMENT_HISTORY: the quarterly estimated tax payment history, mirroring Get tax payments in downloadable form.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
Query Parameters
The type of tax document to export. Type of tax document to export.
Available options:
TAX_PACKET, SCHEDULE_C, PAYMENT_HISTORY Example:
"TAX_PACKET"
The tax year (e.g., 2025).
Response
Pre-signed URL for downloading the tax document.
A pre-signed URL to download a document or generated file.