🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request GET \ --url https://app.teable.ai/api/%7BbaseId%7D/ai/disable-ai-actions \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "disableActions": [ "<string>" ] }
Get the disable ai actions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the configuration of ai.
Was this page helpful?