send.devPrint
Print & Mail API
Send physical mail programmatically. Design postcards, letters, and checks, then let us print and mail them for you. Same API experience, real-world delivery.
Want to be notified when this feature launches?Let us know
Planned Features
Mail Types
| Type | Description | Starting Price |
|---|---|---|
| Postcards | 4x6, 6x9, 6x11 | $0.50 |
| Letters | Standard, certified | $1.00 |
| Checks | Business checks | $2.00 |
Design Tools
- HTML/CSS templates
- PDF upload support
- Variable personalization
- Preview before sending
Delivery Options
- USPS First Class
- USPS Priority
- International shipping
- Certified mail with tracking
Enterprise Features
- Address verification
- Return mail handling
- Bulk discounts
- Custom envelopes/branding
Example API (Preview)
# Send a postcard
curl -X POST https://api.send.dev/v1/print/postcards \
-H "Authorization: Bearer sk_live_your_api_key" \
-d '{
"to": {
"name": "Jane Doe",
"address_line1": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "94102"
},
"front_html": "<h1>Thanks for being a customer!</h1>",
"back_html": "<p>Use code LOYAL20 for 20% off.</p>",
"size": "4x6"
}'Coming Soon
Contact us to be notified when Print & Mail launches.