Skip to main content

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.
The REST API is currently in beta and is subject to breaking changes.

Base URL

All REST API requests use the following base URL:
https://api.mentionlab.io

Requests and Responses

All requests and responses use JSON. Send and expect JSON payloads on every endpoint.
Content-Type: application/json
Accept: application/json

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.