cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/suggestions \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"type":"recommend","lang":"string"}'chat
Post base chatsuggestions
POST
/
base
/
{baseId}
/
chat
/
suggestions
cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/suggestions \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"type":"recommend","lang":"string"}'Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
200
Chat suggestions
Last modified on May 22, 2026
Was this page helpful?
⌘I

