curl --location --request POST '/api/public/slides' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "this is a super cool video, introducing typeframes",
"audio": "https://www.typeframes.com/audio/dont-blink.mp3" // optional
}'
{
"success": 1,
"slides": [
{
"text": "this",
"transitions": {
"in": "slide"
}
},
{
"text": "is",
"transitions": {
"in": "fade-in"
}
},
{
"text": "a",
"transitions": {
"in": "zoom"
}
},
{
"text": "super"
},
{
"text": "cool"
},
{
"text": "video,"
},
{
"text": "introducing typeframes"
}
],
"audio": "https://www.typeframes.com/audio/dont-blink.mp3",
"frameDurationMultiplier": 1
}