POST
/
base
/
{baseId}
/
app
/
{appId}
/
deploy
shell
curl --request POST \
  --url https://app.teable.cn/api/base/%7BbaseId%7D/app/%7BappId%7D/deploy \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "publicUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required

Base ID

appId
string
required

App ID

Response

201 - application/json

Deployment result

publicUrl
string
required

Public URL