Typeframes Public API
Welcome on the official Typeframes API documentation. This is in beta. For any issue, reach out to us at hello@typesframes.com.
Get your Typeframes API key here: https://www.typeframes.com/account
POSTCreate video from text
Parameters:
text: the only required parameter. The exact text that will be broken down into slides for the video.
speed: fast, medium or slow. Default is fast.
audio: url of an audio file. Should be mp3. Default is "dont-blink".
compression: low, medium or high. Default is medium.
frameDurationMultiplier: increase this parameter to increase all the frame durations.
resolution: default is "720p"
width: defult is "1280". Change this to change the aspect ratio.
height: defult is "720". Change this to change the aspect ratio.
frameRate: default is 60.
POSTCreate video from slides
Parameters:
slides: the only required parameter. An array of slides of this format:
speed: fast, medium or slow. Default is fast.
audio: url of an audio file. Should be mp3. Default is "dont-blink".
compression: low, medium or high. Default is medium.
frameDurationMultiplier: increase this parameter to increase all the frame durations.
resolution: default is "720p"
width: defult is "1280". Change this to change the aspect ratio.
height: defult is "720". Change this to change the aspect ratio.
frameRate: default is 60.
POSTCreate video from url
Parameters:
text: the only required parameter. The url to scrap to generate the video.
speed: fast, medium or slow. Default is fast.
audio: url of an audio file. Should be mp3. Default is "dont-blink".
compression: low, medium or high. Default is medium.
frameDurationMultiplier: increase this parameter to increase all the frame durations.
resolution: default is "720p"
width: defult is "1280". Change this to change the aspect ratio.
height: defult is "720". Change this to change the aspect ratio.
frameRate: default is 60.