🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/deploy \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "status": "deploying", "version": 123, "publicUrl": "<string>", "error": "<string>" }
Deploy app to Vercel
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base ID
App ID
Deployment result
Deployment status
deploying
success
failed
App version
Public URL
Error message if failed
Was this page helpful?