# Handwrytten API **Provider:** Handwrytten **Category:** storage **Base URL:** `https://api.handwrytten.com/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.handwrytten.com/v1 ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.handwrytten.com/v1/auth/authorization` | Logs in to an existing account | | POST | `https://api.handwrytten.com/v1/auth/changePassword` | changes a user's password | | POST | `https://api.handwrytten.com/v1/auth/logout` | logs out a session uid | | POST | `https://api.handwrytten.com/v1/auth/register` | Registers a new account | | POST | `https://api.handwrytten.com/v1/auth/resetPasswordRequest` | resets a user's password | | POST | `https://api.handwrytten.com/v1/cards/createCustomCard` | Create a new custom card | | GET | `https://api.handwrytten.com/v1/cards/list` | Lists information on cards | | POST | `https://api.handwrytten.com/v1/cards/list` | Lists information on cards | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.handwrytten.com/v1/auth/authorization' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/handwrytten/) — CC BY 4.0*