Event Insights
Sport event insights related endpoints
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'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
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
406
Not Acceptable
application/json
413
Request Entity Too Large
application/json
422
Unprocessable Entity
application/json
425
Too Early
application/json
500
Internal Server Error
application/json
get
/api/sports/insightsWas this helpful?