---
title: "从 Marketplace 安装插件"
method: POST
path: "/api/v1/plugins/install/marketplace"
tags: ["Plugins"]
---

# 从 Marketplace 安装插件

`POST /api/v1/plugins/install/marketplace`

从 LangBot Marketplace 安装插件。异步操作，返回任务 ID。

## Request body

- object
  - `plugin_id` string, required — Marketplace 插件 ID（author/name 格式）

## Response `200`

成功

- object
  - `code` integer
  - `data` object
    - `task_id` integer

---

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