H

Handwrytten API

by Handwrytten Free tier

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

storagehandwrytten

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.handwrytten.com/v1/auth/authorization' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Handwrytten documentation.