curl --location --request POST '/api/public/render' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "this is a super cool video, introducing typeframes",
"speed": "fast",
"audio": "https://www.typeframes.com/audio/dont-blink.mp3",
"compression": "medium",
"frameDurationMultiplier": 1,
"resolution": "720p",
"width": 1280,
"height": 720,
"frameRate": 60
}'
{
"success": 1,
"videoUrl": "https://content.typeframes.com/renders/W0y1Vh9urBKvUs92KxaH/typeframes-W0y1Vh9urBKvUs92KxaH-1699365089666.mp4",
"videoUrlNotice": "This link will expire in 7 days.",
"slides": [
{
"text": "this",
"transitions": {
"in": "slide"
}
},
{
"text": "is a"
},
{
"text": "super",
"transitions": {
"in": "fade-in"
}
},
{
"text": "cool video,"
},
{
"text": "introducing"
},
{
"text": "typeframes"
},
{
"text": "xp"
}
],
"audio": "https://typeframes.s3.amazonaws.com/audio/dont-blink.mp3",
"colors": [
"#469EF8"
],
"frameDurationMultiplier": 1,
"frameRate": 60,
"resolution": "720p",
"fileName": "typeframes-W0y1Vh9urBKvUs92KxaH-1696430978285.mp4"
}