---
title: "Get plugin docs"
method: GET
path: "/plugins/{pluginId}"
tags: ["Plugins"]
---

# Get plugin docs

`GET /plugins/{pluginId}`

Fetch the full markdown docs for a plugin: its config schema, the functions it exposes, and code examples showing how a slide's face.tsx calls it (e.g. useFormPlugin / usePresenterPlugin). Read this before configuring the plugin.

## Path parameters

- `pluginId` string, required — The plugin ID from listPlugins.

## Response `200`

Plugin docs

- object
  - `pluginId` string, required
  - `docs` string, required — The plugin docs as a markdown string.

## Other responses

- `404` — Unknown plugin

---

[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)
