If you're looking to monitor OSINT sources for new content of a specific type, and perhaps to kick off workflows when the content is released? You're in the right place.
First, use the below endpoint to enumerate the list of sources that Mallory covers.
Alternatively, you can query the /v1/references endpoint to get a list of references
If you'd like to limit to a specific source (slug) mentioned, above, you can use the 'filter' parameter with the value: "source:[SLUG]" where [SLUG] is the source's slug found in the source index.
Now that you have the source and references you want to see, you can query each reference to get the detailed content and analysis. To do this, use the endpoint below.
That's it! New sources are added all the time, so check back soon for more.
Sources Index
get
Retrieve a list of all source configurations.
Authorizations
Responses
200
Successful Response
application/json
404
Not found
get
GET /v1/sources HTTP/1.1
Host: api.mallory.ai
Authorization: YOUR_API_KEY
Accept: */*