The Postal Company API
The Postal Company API lets you send physical letters anywhere in the world from your application. Write your letter content, provide a recipient address, and we handle printing, enveloping, and postal delivery.Quick start
1
Create an account
Sign up at thepostalcompany.com and log in to your dashboard.
2
Top up your balance
Go to the Balance page and purchase credits. Each letter costs €2.50.
3
Create an API key
Go to API Keys and create a new key. Copy it — it’s only shown once.
4
Send a letter
Key concepts
- Credits — Pre-paid balance used to send letters. Each letter costs €2.50 via checkout or €2.25 via API.
- API keys — Long-lived keys for authenticating API requests. You can create multiple keys and revoke them at any time.
- Letters — Create letters as drafts to review them first, or send immediately. Once sent, letters are queued for printing and postal delivery.
- Drafts — Letters created with
send: falseare saved as drafts. You can update them withPATCHand send them when ready withPOST /api/v1/letters/:id/send.
