🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Create a base share link
cURL
curl --request POST \ --url https://app.teable.ai/api/base/%7BbaseId%7D/share \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"nodeId":"string","allowSave":true,"allowCopy":true,"password":"string"}'
{ "baseId": "<string>", "shareId": "<string>", "password": true, "nodeId": "<string>", "allowSave": true, "allowCopy": true, "enabled": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
3
Returns the created base share
Was this page helpful?