Skip to main content
GET
/
api
/
v1
/
fonts
List Available Fonts
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"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of available fonts

Response model for font list.

fonts
FontInfo · object[]
required

List of available fonts