API introduction
A simple API for Mentionkit data. This API is meant for developers who want to fetch mentions, projects, keywords, organization usage stats, and update mention review status.
Version: 1.0.0
Base URLs
https://api.mentionkit.com: Productionhttp://localhost:2000: Local development
Authentication
Pass your API key in the Authorization header as a Bearer token.
Endpoints
GET /api/v1/keywordsGET /api/v1/meGET /api/v1/mentionsPOST /api/v1/mentions/:idPUT /api/v1/mentions/:id/commentGET /api/v1/projects
Generated from https://api.mentionkit.com/openapi.json on 2026-03-24T08:14:07.441Z.

