---
title: "List available plugins"
method: GET
path: "/plugins"
tags: ["Plugins"]
---

# List available plugins

`GET /plugins`

List the face plugins available to attach to a slide. Plugins add runtime behaviors a slide's React code can't express on its own, such as collecting form submissions or embedding a live AI video presenter. Call getPluginDocs for a plugin's config schema and code examples before configuring it.

## Response `200`

Available plugins

- object
  - `plugins` object[], required
    - `id` string, required — The plugin ID, e.g. 'form' or 'presenter'.
    - `displayName` string, required
    - `description` string, required

---

[API](https://skmtc.dev/faces/apis/faces-api.md) · [All operations](https://skmtc.dev/faces/apis/faces-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/faces/faces-api/revisions/83197d741969/schema)
