POST
/
v1
/
agents
/
runs
{
  "output": [
    {
      "type": "web_search.results, chat_node.answer",
      "text": "The capital of France is Paris.",
      "content": {}
    }
  ],
  "agent": "express"
}

Authorizations

Authorization
string
header
required

A unique API Key required to authorize API access. Ensure it is kept confidential. Get a free API Key at you.com/platform. Example: Authorization: Bearer $API_KEY

Body

application/json

Response

200
application/json

Inference response in application/json or text/event-stream format.

The response is of type object.