Driver's License
Identity
13 fields
5 required
About
State-issued driver's license
Default Datapoints
13 fields
1
License Number
string
2
State
string
3
Date of Birth
date
4
Address
text
5
Expiration Date
date
6
Issue Date
date
7
License Class
string
8
Restrictions
text
9
Sex
string
10
Height
string
11
Weight
string
12
Eye Color
string
13
Full 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.