Placid MCP Server
by felores
Verified
placid_generate_video
Generate a video using one or more templates and provided assets. Every 10 seconds of video uses 10 credits.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
audio | No | URL of mp3 audio file for this video | |
audio_duration | No | Set to 'auto' to trim audio to video length | |
audio_trim_end | No | Timestamp of the trim end point (e.g. '00:00:55' or '00:00:55.25') | |
audio_trim_start | No | Timestamp of the trim start point (e.g. '00:00:45' or '00:00:45.25') | |
layers | Yes | Key-value pairs for dynamic content. Keys must match template layer names. | |
template_id | Yes | UUID of the template to use |
Input Schema (JSON Schema)
You must be authenticated.