cURL
curl --request POST \ --url https://api.example.com/v1/phones/{phone_id}/open-app
Open an app by name via Spotlight search
curl -X POST https://api.tapkit.ai/v1/phones/{phone_id}/open-app \ -H "X-API-Key: TK_your_api_key" \ -H "Content-Type: application/json" \ -d '{"app_name": "Settings"}'
{ "app_name": "Settings" }
app_name
string
?async=true
curl -X POST https://api.tapkit.ai/v1/phones/{phone_id}/open-app?async=true \ -H "X-API-Key: TK_your_api_key" \ -H "Content-Type: application/json" \ -d '{"app_name": "Settings"}'
{ "job_id": "abc123" }