Skip to main content
POST
/
v1
/
phones
/
{phone_id}
/
home
Home
curl --request POST \
  --url https://api.example.com/v1/phones/{phone_id}/home

Documentation Index

Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt

Use this file to discover all available pages before exploring further.

Press the home button to return to the home screen.

Request

curl -X POST https://api.tapkit.ai/v1/phones/{phone_id}/home \
  -H "X-API-Key: joot_your_api_key"
No request body required.

Response

{
  "id": "job_abc123",
  "status": "completed",
  "result": {},
  "created_at": "2024-01-15T10:30:00Z",
  "completed_at": "2024-01-15T10:30:01Z"
}