POST
/
bua
/
completions
{
  "output": [
    {
      "type": "browser_call",
      "id": "<string>",
      "call_id": "<string>",
      "state": {
        "previous_goal_status": "success",
        "previous_goal_eval": "<string>",
        "page_summary": "<string>",
        "relevant_interactions": [
          {
            "id": "<string>",
            "reason": "<string>"
          }
        ],
        "memory": "<string>",
        "next_goal": "<string>"
      },
      "action": {
        "type": "help",
        "reason": "<string>"
      }
    }
  ],
  "usage": {
    "completion_tokens": 123,
    "prompt_tokens": 123,
    "total_tokens": 123,
    "completion_tokens_details": {
      "accepted_prediction_tokens": 123,
      "audio_tokens": 123,
      "reasoning_tokens": 123,
      "rejected_prediction_tokens": 123
    },
    "prompt_tokens_details": {
      "audio_tokens": 123,
      "cached_tokens": 123
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.