Event Insights

Sport event insights related endpoints

Get event insights

get
/api/sports/insights

Returns available insights for the given event

Get insights example

In this example we return insights for the given soccer event.

$ curl --request GET \
  --url 'http://api.vaix.ai/api/sports/insights?event_id=sr%3Amatch%3A42948647'

Supported sports and leagues

The endpoint currently supports insights for Soccer events. Also, it supports insights for the NBA, MLB, NFL and NHL leagues.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
event_idsstringRequired

The events for which we want the insights

Header parameters
x-vaix-client-idstringRequired

Custom client header, the value should be the name of the group the user belongs to

x-vaix-authentication-methodstringOptional

Authentication method to be used, supported values [vaix, iam]. Defaults to vaix

Responses
200

OK

application/json
get
/api/sports/insights

Was this helpful?