cURL
curl --request POST \ --url https://rumorz.azurewebsites.net/v0/graph/get_metrics \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "ids": [ 115176 ], "metrics": [ "sentiment" ], "lookback": "1D", "page": 1, "limit": 100 }'
Get a time series of sentiment, excitement, optimism, pessimism, fear, uncertainty, surprise for an entity in the Rumorz Graph.
Success