Skip to main content
POST
/
v1
/
users
/
{user_id}
/
browser
/
sessions
/
{id}
/
act
Act
curl --request POST \
  --url https://api.usenaive.ai/v1/users/{user_id}/browser/sessions/{id}/act \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Idempotency-Key: <idempotency-key>' \
  --data '
{
  "instruction": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Headers

Idempotency-Key
string
required

Path Parameters

user_id
string
required

Tenant user UUID, or default / me for the operator's default user.

id
string
required

Body

application/json
instruction
string
required

Response

OK.

The response is of type object.