---
title: "POST /api/browser/command"
method: POST
path: "/api/browser/command"
tags: ["Ai.Tlbx.MidTerm.OpenApi"]
---

# POST /api/browser/command

`POST /api/browser/command`

## Request body

- BrowserCommandRequest
  - `command` string, required
  - `selector` string, nullable
  - `value` string, nullable
  - `maxDepth` integer, nullable
  - `textOnly` boolean, required
  - `timeout` integer, nullable
  - `sessionId` string, nullable
  - `previewName` string, nullable
  - `previewId` string, nullable
  - `deltaX` number, double, nullable
  - `deltaY` number, double, nullable
  - `steps` integer, nullable

## Response `200`

OK

- BrowserCommandResponse
  - `success` boolean, required
  - `result` string, nullable, required
  - `error` string, nullable, required
  - `matchCount` integer, nullable, required

## Changes

- **2026-08-24** `8efe37a1556a` — 3 info
  - added the new optional request property `deltaX`
  - added the new optional request property `deltaY`
  - added the new optional request property `steps`

[Change history](https://skmtc.dev/tlbx-ai/apis/tlbx-api/changes/api/browser/command/post.md)

---

[API](https://skmtc.dev/tlbx-ai/apis/tlbx-api.md) · [All operations](https://skmtc.dev/tlbx-ai/apis/tlbx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tlbx-ai/tlbx-api/revisions/04072327b4e0/schema)
