v4
latestOpenAPI 3.1.02026-08-0130252.8 KBPlugins
Configure a plugin on a slide
Configure a plugin instance on a slide. The config is validated against the plugin's schema and written to the slide's face.plugins.json. Other plugin instances on the slide are preserved. By default this refuses to overwrite an existing instance with the same localName (returns 409) — pass overwrite: true to replace its config, or use a fresh localName to add another instance. After setup, wire the plugin into the slide's face.tsx via its hook (see getPluginDocs).
post/projects/{slug}/slides/{slideId}/plugins
Path parameters
slugstring required
slideIdstring required
Request body
Response
Plugin configured