Flick by Description
Flick by Description
Swipe from an element using natural language description
POST
Flick by Description
Flick (quick swipe) starting from an element described in natural language. Uses vision AI to find the element and flick from there.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.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
phone_id | string | The phone identifier |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
async | boolean | false | Return immediately with job ID |
Request Body
| Field | Type | Description |
|---|---|---|
selector | string | Natural language description of where to start the flick |
direction | string | "up", "down", "left", or "right" |
Response
Synchronous
Asynchronous
Examples
Scroll a List
SDK Usage
The Python SDK provides this through theflick() method with a string argument:
Related Endpoints
- Flick - Flick at specific coordinates