- Text to Video
- Resources
- Examples
- v1
- Text to Video
- Resources
- Examples
Get fonts
GET
https://ext.videogen.io/v1/get-fonts
v1
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ext.videogen.io/v1/get-fonts'
Responses
🟢200Successfully fetched fonts
application/json
Body
fonts
array[object (Font Summary) {1}]Â
required
fontName
stringÂ
required
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"
}
]
}
🟠400Failed to fetch fonts