About MentionMint

MentionMint is a media and message clarity tool designed to assist with public sector and policy-related communications workflows.

Originally developed as an internal-use prototype to help automate and streamline content analysis at the agency level, it now supports:

  • Summarizing and tagging relevant media articles
  • Generating formatted social media verbatims
  • Extracting content from articles, images, and social links
  • Custom keyword analysis for tailored content filtering
  • Building daily or weekly communication-ready reports

This is a work-in-progress platform built to improve clarity, reduce repetitive tasks, and support future-focused public communication strategies.

Using Custom Keywords

MentionMint now allows you to define your own custom keywords that are used in addition to the built-in relevancy detection system. Simply enter comma-separated words or phrases in the "Custom Keywords" field when analyzing content to tailor the relevancy detection to your specific needs.

API Endpoints

MentionMint provides API endpoints for integration with other tools:

  • POST /analyze_url - Analyze a single URL with optional custom keywords
  • POST /process - Process a CSV file with URLs and optional custom keywords
  • POST /analyze_api - Original API endpoint for analyzing URLs

Example JSON request to /analyze_url:

{
  "url": "https://example.com/article",
  "custom_keywords": "keyword1, keyword2, phrase with spaces"
}
            

Last updated: April 2025