Integrate real-time reputation monitoring and sentiment analysis into your applications with our comprehensive REST API.
Standard REST endpoints with JSON responses for easy integration.
Receive instant notifications when reputation events occur.
OAuth 2.0 authentication with rate limiting and IP whitelisting.
// Get your API key from dashboard
const API_KEY = 'your-api-key-here';
const BASE_URL = 'https://api.reputraq.com/v1';
// Fetch reputation insights
const response = await fetch(`${BASE_URL}/insights`, {
headers: {
'Authorization': `Bearer ${API_KEY}`,
'Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(data);Get started in minutes with our comprehensive API documentation and code examples.
/v1/insightsRetrieve reputation insights and sentiment analysis for your brand.
Returns: JSON object with sentiment scores, mentions, and trends.
/v1/alertsCreate custom alert rules for reputation monitoring.
Accepts: Alert configuration with keywords, thresholds, and notification settings.
/v1/mentionsSearch and filter brand mentions across all monitored channels.
Supports: Date ranges, sentiment filters, source types, and pagination.
/v1/competitorsCompare your brand reputation against competitors.
Returns: Comparative analysis with sentiment trends and market share.
Explore our complete API reference with detailed examples, authentication guides, and best practices.