Endpoints
Sentiment Analysis
Analyze and gauge the sentiment of fans towards a specific team in a particular league, with results in text format.
POST
/
sentiment
/
analyze
Analyze and utilize fan sentiment from various social media and forum sources. This endpoint helps understand public perception and fan emotions towards specific teams or matches, providing valuable insights that can be used to shape fan engagement strategies.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
team
string
league
string
time_frame
string
sentiment_type
string
response_type
enum<string>
default: textDesired format for the sentiment analysis results.
Available options:
text
Response
200 - application/json
data
object