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"}'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 July 7, 2026
Was this page helpful?
⌘I

