The Tables API allows you to manage your tables, which store structured data and offer various features. You can use tables to store user data, automatically label data, and extract information from content. All the endpoints of the Tables API are located behind theDocumentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
tables base path (api.botpress.cloud/v1/tables/).
Using cURL
Calling the Tables API can be done using any HTTP client, such ascurl, axios, or fetch. Here’s an example using curl:
Using the Official TypeScript Client
The official TypeScript client is available as an NPM package. You can install it using any of the following command:This example uses
dotenv to manage Botpress credentials. If you’d rather manage your credentials differently, just remove the import and define your token and bot ID however you like.