VideoGen API
Get fonts
GET
/v1/get-fontsGet a list of fonts supported by the VideoGen API. These fonts can be used to customize and enhance the style of captions in videos.
Request
Request samples
Responses
Successfully fetched fonts(200)
Failed to fetch fonts(400)
Successfully fetched fonts
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
fonts
array[object (Font Summary) {1}]
required
fontName
string
required
Name of the font.
Example
{
"fonts": [
{
"fontName": "Inter"
},
{
"fontName": "Verdana"
},
{
"fontName": "PT Serif"
},
{
"fontName": "Roboto Slab"
},
{
"fontName": "Bungee"
},
{
"fontName": "Anton"
},
{
"fontName": "Abril Fatface"
},
{
"fontName": "Koulen"
},
{
"fontName": "Lobster"
},
{
"fontName": "Luckiest Guy"
},
{
"fontName": "Carter One"
},
{
"fontName": "Russo One"
},
{
"fontName": "Poiret One"
},
{
"fontName": "Monoton"
},
{
"fontName": "Comfortaa"
},
{
"fontName": "Atma"
},
{
"fontName": "Frijole"
},
{
"fontName": "Rubik Moonrocks"
},
{
"fontName": "Creepster"
},
{
"fontName": "Silkscreen"
}
]
}
Last modified: 3 months ago