🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Import app source code from a ZIP file
cURL
curl --request POST \ --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/import-code \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: multipart/form-data' \ --form file=null
{ "version": 123, "filesCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ZIP file containing source code
Source code imported successfully
Was this page helpful?