cURL
curl --request GET \ --url https://api.handtextai.com/api/v1/fonts \ --header 'Authorization: Bearer <token>'
{ "fonts": [ { "id": 1, "supported_languages": [ "en", "de", "fr" ] }, { "id": 2, "supported_languages": [ "en", "es", "it" ] } ] }
Get list of available handwriting fonts.
Returns the full handwriting font catalog (90 fonts), each optimized for different styles and languages.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of available fonts
Response model for font list.
Show child attributes