To generate a video with the Placid REST API:
{info} Every 10 seconds = 10 credits
Switch to test mode for free watermarked previews!
// - POST to endpoint `https://api.placid.app/api/rest/videos`
{
...
"clips": [
{
"template_uuid": "illcmemnt",
"layers": {
"video": {
"video": "https://socialmediacollection.com/assets/video-tiktok-1.mp4"
},
"logo": {
"image": "https://socialmediacollection.com/assets/logo.png"
},
"username": {
"text": "@username"
}
},
},
],
...
// Options for filename, size modifications, export,..
}
{primary} Video generation is only supported in credit-based plans