An introduction to accessing Abusix data streams via HTTP or STOMP, with example scripts and stream specifications for seamless integration.
We provide our data via a stream.
Upon receiving credentials, you may use either our HTTP (e.g., using curl
) or STOMP endpoints. It’s best to use our STOMP endpoint so that you can integrate our data into your infrastructure deeply. Depending upon the stream you use, you will receive one piece of information (e.g., URLs, files, or full messages) packaged in JSON for each event.
In our public GitLab repository, you can find script examples for connecting to our STOMP endpoints in Python, JavaScript, and Java.
See https://gitlab.com/abusix-public/ati-example-scripts.
For our Message, File Attachment, and URL Stream, see our Stream specifications