Skip to Content
Alpha — full Android pipeline + iOS toolkit + live dynamic loop. API still shifting; pin to commits in CI.
ReferenceAPIadb · API

adb endpoints

Auto-generated from FastAPI OpenAPI. The descriptions are lifted from the route docstrings — edit the Python source, not this page.

GET /v1/adb/help

Adb Help

Catalog of supported ADB categories — drives the control panel sidebar.

Responses:

  • 200 — Successful Response

GET /v1/adb/log

Adb Log

Recent adb invocations + their output — the audit trail.

parameterinrequiredtypedescription
limitquerynointeger

Responses:

  • 200 — Successful Response
  • 422 — Validation Error

POST /v1/adb/log/clear

Adb Log Clear

Responses:

  • 200 — Successful Response

POST /v1/adb/server/{action}

Adb Server

adb start-server, adb kill-server, adb root — host-level toggles.

parameterinrequiredtypedescription
actionpathyesstring

Responses:

  • 200 — Successful Response
  • 422 — Validation Error