Dispatch API
Starting a Android Emulator
Initiate a Android Emulator using Hyperbeam
POST
/
v0
/
android
Authorization
Body
curl --request POST \
--url https://engine.hyperbeam.com/v0/android \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "<string>"
}'
{
"session_id": "52f968cb-6739-4197-83d7-2305fe5d6f54",
"embed_url": "https://vwdrccwgpv181powg61ggyvy.hyperbeam.com/Uvloy2c5QZeD1yMF_l1vVA?token=c8iw3SmQglOU0ugfLr3dWY2LalSKI_WOGUldEt8knbw",
"admin_token": "51JOZEEcMp4trCwbpTS3jjQc0lSmeAZpPfxioDqe73U"
}
Request Access
This feature is currently in private beta. Request access here.
Parameters
app_id
string
The Google playstore application ID. If app_id is not set, then the home screen will be loaded.
Response
session_id
string
The ID of the cloud computer session
embed_url
string
A URL you can load into the web client on your website
admin_token
string
A token that grants access to an exclusive subset of the client-side JavaScript SDK. Needed for setting permissions and programmatic navigation
curl --request POST \
--url https://engine.hyperbeam.com/v0/android \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "<string>"
}'
{
"session_id": "52f968cb-6739-4197-83d7-2305fe5d6f54",
"embed_url": "https://vwdrccwgpv181powg61ggyvy.hyperbeam.com/Uvloy2c5QZeD1yMF_l1vVA?token=c8iw3SmQglOU0ugfLr3dWY2LalSKI_WOGUldEt8knbw",
"admin_token": "51JOZEEcMp4trCwbpTS3jjQc0lSmeAZpPfxioDqe73U"
}