English
Deploy app to Vercel
cURL
curl --request POST \ --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/deploy \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "publicUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base ID
App ID
Deployment result
Public URL
Was this page helpful?