Base URL
Authentication
All endpoints require an API key passed via theX-API-Key header:
Endpoints
Create Session
Spawn a new Android phone instance
List Sessions
List all your sessions
Get Session
Get status and details of a session
Delete Session
Stop and remove an instance
Run Task
Run a natural language task on a session
Status codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 402 | Trial expired or session limit reached |
| 404 | Session not found |
| 409 | Session not ready (still booting) |
| 422 | Invalid request body |
