Install from Marketplace
POST
/api/v1/plugins/install/marketplace
Install plugin from LangBot plugin marketplace
Authorizations
BearerAuth
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"plugin_id": "string"
}
Responses
Installation task created
application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"task_id": "string"
}
}
