Tax Return (1040)
Tax
12 fields
4 required
About
Individual income tax return
Default Datapoints
12 fields
1
Tax Year
number
2
Social Security Number
string
3
Filing Status
string
4
Spouse Name
string
5
Spouse SSN
string
6
Adjusted Gross Income (AGI)
currency
7
Taxable Income
currency
8
Total Tax
currency
9
Total Payments
currency
10
Refund Amount
currency
11
Amount Owed
currency
12
Taxpayer Name
string
Fetch from URL
Enter the web address of the document you want to import.
Mobile Capture
Scan the QR code with your phone to upload documents using your camera.
Sign up to get a QR code for mobile uploads.
Email Forwarding
Forward documents as email attachments to your account's unique upload address.
Sign up to get a unique email address for forwarding documents.
API Integration
Send documents to Fileclipper programmatically using the REST API.
curl -X POST https://api.docextract.com/v1/classify \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf"
curl -X POST https://api.docextract.com/v1/extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "node_type_id=5"
Sign up to get your API key and start integrating.