Datastreamer Query - Threat Intelligence

PHOTO EMBED

Wed Nov 01 2023 18:01:15 GMT+0000 (Coordinated Universal Time)

Saved by @juanc99

curl --request POST \
     --url https://api.platform.datastreamer.io/api/search \
     --header 'accept: application/json' \
     --header 'apiKey: xxx' \
     --header 'content-type: application/*+json' \
     --data '
{
  "query": {
    "data_sources": [
        "wsl_instagram",
        "sample_data365_twitter_keywords",
        "opoint_news"
    ],
    "size": 2,
    "query": "content.body:\"active shooter\""
  },
  "operations": [
    {
        "name": "violence",
        "destination_path": "enrichment.violence",
        "priority": "1",
        "parameters": {
        "main": "content.body",
        "language": "enrichment.language"
    }
    }
  ]
}
'
content_copyCOPY