Overview
Use the MentionLab REST API to manage projects, queries, and analytics from your own tools. This page covers the essentials you need before your first request.Base URL
All REST API requests use the following base URL:Requests and Responses
All requests and responses use JSON. Send and expect JSON payloads on every endpoint.Next Steps
Authentication
Get your API key and set required headers.
Context Headers
Learn about organization and project headers.
Rate Limits
Understand API limits and retry behavior.