---
title: "Combined action (OpenClaw format)"
method: POST
path: "/act"
tags: ["Legacy"]
deprecated: true
---

# Combined action (OpenClaw format)

`POST /act`

> **Deprecated.**

Routes to click/type/scroll/press/etc based on "kind" parameter.

## Request body

- object
  - `userId` string, required
  - `kind` string, required — Action kind: click, type, scroll, press, key, select_option, drag, hover, screenshot, wait, back, forward.
  - `targetId` string
  - `ref` string
  - `selector` string
  - `text` string
  - `key` string
  - `direction` string
  - `url` string

## Response `200`

Action result.

- object

## Other responses

- `400` — Bad request.
- `404` — Tab not found.

---

[API](https://skmtc.dev/jo-inc/apis/camofox-browser.md) · [All operations](https://skmtc.dev/jo-inc/apis/camofox-browser/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jo-inc/camofox-browser/revisions/80bb18f1c19f/schema)
