W-2
Tax
14 fields
5 required
About
Wage and Tax Statement
Default Datapoints
14 fields
1
Employer Name
string
2
Tax Year
number
3
Employer EIN
string
4
Employee SSN
string
5
Wages, Tips, Compensation (Box 1)
currency
6
Federal Tax Withheld (Box 2)
currency
7
Social Security Wages (Box 3)
currency
8
Social Security Tax (Box 4)
currency
9
Medicare Wages (Box 5)
currency
10
Medicare Tax (Box 6)
currency
11
State
string
12
State Wages
currency
13
State Tax Withheld
currency
14
Employee 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.