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
None
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
$ref(#/definitions/3657478)[]
required
#/definitions/3657478
optional
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: a month ago