Skip to main content
POST
/
base
/
{baseId}
/
app
/
{appId}
/
deploy
cURL
curl --request POST \
  --url http://127.0.0.1:3000/api/base/{baseId}/app/{appId}/deploy \
  --header 'Authorization: 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

Last modified on January 25, 2026