Video Generation


To generate a video with the Placid REST API:

  1. Create an API project or add the API integration to your project in Placid
  2. Create and design your template(s)
  3. Send your data and customizations to the API
  4. Poll the GET endpoint for status updates or use a webhook to get the generated video

{info} Every 10 seconds = 10 credits

Switch to test mode for free watermarked previews!

Example Call

// - 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