GET
/
fonts
curl --request GET \
  --url https://api.autocaption.io/v1/fonts \
  --header 'x-api-key: <api-key>'
[
  "Roboto",
  "The Bold",
  "Lemon Milk",
  "Heavitas",
  "Business Growth",
  "Built Titling",
  "Montserrat Bold"
]

Authorizations

x-api-key
string
header
required

Query Parameters

lang
string
required

Language code to filter the fonts.

Example:

"fr"

Response

200 - application/json
An array of font names available for the specified language.

The response is of type string[].