Skip to main content
GET
/
api
/
arena
/
model-chat
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/arena/model-chat \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Model chat decisions feed

{ "items": [...] } wrapper used by a handful of list endpoints that don't have a more specific typed item shape yet.

items
object[]
required