Skip to main content
POST
/
api
/
apps
/
{driveItemId}
/
process
/
set-computer
cURL
curl --request POST \
  --url https://api.kazzle.app/api/apps/{driveItemId}/process/set-computer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "computerId": "<string>"
}
'
{
  "ok": true,
  "runId": "<string>",
  "error": "<string>",
  "output": "<unknown>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

driveItemId
string
required

Body

application/json
computerId
string

Response

200 - application/json

Successful response

ok
boolean
required
runId
string
error
string
output
any