Research Hub

Access the Sting9 dataset, API documentation, and research resources

API Documentation

Interactive API reference with endpoints, authentication, and code examples

View API Docs

Dataset Access

Download the Sting9 dataset for training your own models (authentication required)

Coming Soon

Authentication Guide

Learn how to register as a researcher and authenticate API requests with JWT tokens

Coming Soon

Code Examples

Sample code in Python, JavaScript, Go, and more to integrate with the Sting9 API

Coming Soon

Quick Start

Get started with the Sting9 API in minutes:

# Register as a researcher
curl -X POST https://api.sting9.org/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"researcher@university.edu","password":"SecurePass123!"}'
# Submit a suspicious message
curl -X POST https://api.sting9.org/api/v1/submissions \
-H "Content-Type: application/json" \
-d '{"type":"email","content":"Suspicious message..."}'

Need Help?

Contact our research team for support, partnerships, or questions

Contact Research Team