Retrieves a list of available font names for the specified language.
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" ]
Language code to filter the fonts.
"fr"
An array of font names available for the specified language.
The response is of type string[].
string[]