All changes to Listen API will be announced here
11.09.2025 Project management API & Query filter
Upcoming release will bring
New project management endpoints
- Creating new projects on the platform
-
POST /api/public/v2/projects { "query": "linux AND (ubuntu OR debian)", "mame": "Linux project" }
-
- Updating existing projects
-
PUT /api/public/v2/projects/:projectId { "query": "linux AND (ubuntu OR debian)", "mame": "Linux project" }
-
- Deleting platform projects
-
DELETE /api/public/v2/projects/:projectId
-
New boolean query filter in mentions extraction endpoints
New filter content.query will enable to narrow down mentions results further by mention content
POST /api/public/v2/projects/:projectId/mentions/recent/search
{
"filters": {
"content": {
"query": "linux AND (ubuntu OR debian)"
}
}
}
31.07.2025 Streaming API endpoints preview
We’re excited to announce that the new Streaming API will be available on 31.07.2025 🎉
This update brings two powerful capabilities to your Listen projects:
- Export Streams – Export large volumes of historical or recent mentions through a single long-running connection.
- Live Streams – Monitor mentions in real-time as they’re collected by the SentiOne platform.
Whether you’re building data pipelines, dashboards, or alerting systems — this API is made for speed, scalability, and automation.
Learn How to Use It
We’ve prepared detailed guides and OpenAPI documentation to help you get started right away:
📘 API Guides:
🔍 API Reference:
Have feedback or questions? Let us know directly via the in-app chat. We’re actively improving this API based on your input.
Let the streaming begin! 🚀
09.06.2025 Tech Preview of V2 API
We're happy to announce that we're rolling out new Listen API that will eventually supersede Old and Legacy API that many of our customers have access to.
Please beware that the new API is in active development and is subject to change.
We'd love to hear your feedback so please drop us a message in the application chat window about the features you'd like to see in this new API.