Skip to main content
POST
cURL

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

status
enum<string>
required

Deployment status

Available options:
deploying,
success,
failed
version
number

App version

publicUrl
string

Public URL

error
string

Error message if failed

Last modified on March 5, 2026