🎉 Welcome to EmojiHouse!

Your AdTech platform is ready. Let's get you monetizing in 5 minutes!

Setup Integration Monetization
Account Created Successfully!
🔑

Step 1: Get Your API Key

Your personal API key for secure access to EmojiHouse AdTech

🔑 🔑 Generate your production API key in the dashboard

Generate and manage your production API keys in the dashboard

� Get Your API Key
🔗

Step 2: Quick Integration

Add EmojiHouse ML API to your app in under 5 minutes

📋 What you'll do:

  • Make POST requests to our ML API endpoint
  • Send user session data (no personal info required)
  • Get trust scores & revenue attribution automatically
  • Start earning 70% of generated value immediately
💡 Complete Working Example (JavaScript):
// Make API call to EmojiHouse ML endpoint
const response = await fetch('https://api.emojihouse.com/ml/predict', {
  method: 'POST',
  headers: {
    'X-API-Key': 'YOUR_API_KEY_HERE',  // Get from dashboard
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    session_data: {
      user_engagement: 0.75,        // 0.0-1.0 engagement score
      session_duration: 120,        // Seconds
      scroll_depth: 0.8,            // 0.0-1.0 page scroll
      interaction_count: 15         // Number of interactions
    }
  })
});

const result = await response.json();

// Use the results
console.log('EmojiScore:', result.emoji_score);           // 87.5
console.log('Trust Level:', result.trust_level);          // "high"
console.log('You Earned:', result.revenue_attribution);   // $0.0325
console.log('Processing Time:', result.processing_time_ms); // 2.3ms

// Revenue automatically tracked in your dashboard! 💰
// View earnings at: /dashboard/api-keys

📡 API Endpoint Details:

URL: POST https://api.emojihouse.com/ml/predict
Authentication: X-API-Key header required
Price: $0.05 per call (you keep 62-70%)
Rate Limit: 1000 requests/hour default
Response Time: < 5ms average

📝 Request Format:

  • session_data: Object containing user engagement metrics
  • user_engagement: Float 0.0-1.0 (how engaged user is)
  • session_duration: Integer (seconds in session)
  • scroll_depth: Float 0.0-1.0 (optional, improves accuracy)
  • interaction_count: Integer (optional, number of clicks/taps)
💰

Step 3: Start Earning

Activate monetization and start earning revenue immediately

Projected Monthly Revenue
$2,847
Based on 10K monthly users
⚙️ Monetization Settings

🎯 Why Developers Choose EmojiHouse

💰
Generous Earnings
1.4ms
Response Time
99.9%
Uptime SLA
Zero
Setup Fees

🚀 Ready to Launch?

🎉 Congratulations! You're now part of the EmojiHouse developer community.

Need help? Our team responds in under 30 minutes.