curl --request POST \
  --url https://rumorz.azurewebsites.net/v0/graph/get_feed \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "ids": [
    115176
  ],
  "lookback": "7D",
  "sentiment_gte": 0.5,
  "sentiment_lte": 1,
  "page": 1,
  "limit": 10
}'

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200

Success