POST
/
base
/
{baseId}
/
app
/
{appId}
/
run
shell
curl --request POST \
  --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/run \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "previewUrl": "<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

Response

201 - application/json

The app running result

The response is of type object.