Create a new browser session on a computer
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/browsers/sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"computerId": "<string>"
}
'{
"computerId": "<string>",
"sessionId": "<string>",
"url": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/browsers/sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"computerId": "<string>"
}
'{
"computerId": "<string>",
"sessionId": "<string>",
"url": "<string>"
}