Skip to main content
POST
/
api
/
apps
/
{driveItemId}
/
deploy
cURL
curl --request POST \
  --url https://api.kazzle.app/api/apps/{driveItemId}/deploy \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "url": "<string>",
  "appFlyName": "<string>",
  "error": "<string>",
  "details": "<unknown>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

driveItemId
string
required

Response

200 - application/json

Successful response

ok
boolean
required
url
string
appFlyName
string
error
string
details
any