This is the Handwrytten API for sending cards written in the handwriting of your choice. Using this api, you can send cards to users. You can also customize cards with logos, which can be saved and then used like any other card in the system. For a "sandbox" account, please contact contact@handwryt
https://api.handwrytten.com/v1
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.handwrytten.com/v1
Endpoint status
Server online — HTTP 403 — server is online but path returned an error (may require auth)2.50s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| POST | /auth/authorization |
Logs in to an existing account |
| POST | /auth/changePassword |
changes a user's password |
| POST | /auth/logout |
logs out a session uid |
| POST | /auth/register |
Registers a new account |
| POST | /auth/resetPasswordRequest |
resets a user's password |
| POST | /cards/createCustomCard |
Create a new custom card |
| GET | /cards/list |
Lists information on cards |
| POST | /cards/list |
Lists information on cards |
curl -X GET 'https://api.handwrytten.com/v1/auth/authorization' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Handwrytten documentation.