Plugins
Install a plugin from Marketplace
Install a plugin from LangBot Marketplace asynchronously and return the task ID.
Install a plugin from LangBot Marketplace asynchronously and return the task ID.
X-API-Key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/plugins/install/marketplace" \ -H "Content-Type: application/json" \ -d '{ "plugin_id": "kellz-dev/disaster-alert" }'{ "code": 0, "data": { "task_id": 0 }}