Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
browsers
/
extension
/
command
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/browsers/extension/command \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "payload": {}
}
'

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Body

application/json
type
string
required
payload
object