{ "opencollection": "1.0.0", "info": { "name": "Memesio API Contracts agent-infra trend-alerts API", "version": "0.1.0" }, "items": [ { "info": { "name": "trend-alerts", "type": "folder" }, "items": [ { "info": { "name": "Rank Template Suggestions from Prompt + Trend Signals for Creative Ideation Flow", "type": "http" }, "http": { "method": "POST", "url": "/api/ai/templates/suggest", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-developer-api-key", "value": "{{x-developer-api-key}}", "placement": "header" } }, "docs": "Rank Template Suggestions from Prompt + Trend Signals for Creative Ideation Flow" }, { "info": { "name": "List Trend Alerts with Optional Personalized Feed Ranking by Niche, Region, Topics, and Follower Count", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "source", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "niche", "value": "", "type": "query" }, { "name": "region", "value": "", "type": "query" }, { "name": "actorId", "value": "", "type": "query" }, { "name": "preferredNiche", "value": "", "type": "query" }, { "name": "preferredRegion", "value": "", "type": "query" }, { "name": "topics", "value": "", "type": "query" }, { "name": "followerCount", "value": "", "type": "query" }, { "name": "aggressiveness", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "List Trend Alerts with Optional Personalized Feed Ranking by Niche, Region, Topics, and Follower Count" }, { "info": { "name": "Get Trend Source Connectors and Data Contracts", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/connectors" }, "docs": "Get Trend Source Connectors and Data Contracts" }, { "info": { "name": "Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/ingestion", "params": [ { "name": "refresh", "value": "", "type": "query" } ] }, "docs": "Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring" }, { "info": { "name": "Rank Trend Alerts with Personalization by Niche, Geography, Follower Count, and Creator-Selected Topics", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/ranking", "params": [ { "name": "actorId", "value": "", "type": "query" }, { "name": "preferredNiche", "value": "", "type": "query" }, { "name": "preferredRegion", "value": "", "type": "query" }, { "name": "topics", "value": "", "type": "query" }, { "name": "followerCount", "value": "", "type": "query" }, { "name": "aggressiveness", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Rank Trend Alerts with Personalization by Niche, Geography, Follower Count, and Creator-Selected Topics" }, { "info": { "name": "Get Trend Preference Vector for Actor", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/preferences", "params": [ { "name": "actorId", "value": "", "type": "query" } ] }, "docs": "Get Trend Preference Vector for Actor" }, { "info": { "name": "Upsert Trend Preference Vector from Explicit Interests and Behavior Events", "type": "http" }, "http": { "method": "POST", "url": "/api/alerts/preferences", "body": { "type": "json", "data": "{}" } }, "docs": "Upsert Trend Preference Vector from Explicit Interests and Behavior Events" }, { "info": { "name": "List Stored Trend Feedback Actions", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/feedback", "params": [ { "name": "actorId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Stored Trend Feedback Actions" }, { "info": { "name": "Record Trend Feedback Action and Update Preference Vector", "type": "http" }, "http": { "method": "POST", "url": "/api/alerts/feedback", "body": { "type": "json", "data": "{}" } }, "docs": "Record Trend Feedback Action and Update Preference Vector" }, { "info": { "name": "Evaluate Alert Trigger Thresholds and Cooldown Decisions", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/triggers" }, "docs": "Evaluate Alert Trigger Thresholds and Cooldown Decisions" }, { "info": { "name": "Run Trigger Execution, Persist Cooldown State, and Fan Out Delivery Across Inbox/Push/Email Channels with SLA Telemetry", "type": "http" }, "http": { "method": "POST", "url": "/api/alerts/triggers" }, "docs": "Run Trigger Execution, Persist Cooldown State, and Fan Out Delivery Across Inbox/Push/Email Channels with SLA Telemetry" }, { "info": { "name": "Retrieve Latest Delivery Report or Refresh Trigger-to-Delivery Fanout for in-App Inbox, Push (PWA), and Email Digest", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/delivery", "params": [ { "name": "refresh", "value": "", "type": "query" } ] }, "docs": "Retrieve Latest Delivery Report or Refresh Trigger-to-Delivery Fanout for in-App Inbox, Push (PWA), and Email Digest" }, { "info": { "name": "Execute Trend Alert Delivery Fanout and Return P95 Delivery Latency Against the 5-Minute SLA Target", "type": "http" }, "http": { "method": "POST", "url": "/api/alerts/delivery", "body": { "type": "json", "data": "{}" } }, "docs": "Execute Trend Alert Delivery Fanout and Return P95 Delivery Latency Against the 5-Minute SLA Target" }, { "info": { "name": "Get Trend Alert Message Templates and Rendered Preview", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/message-templates", "params": [ { "name": "templateId", "value": "", "type": "query" } ] }, "docs": "Get Trend Alert Message Templates and Rendered Preview" }, { "info": { "name": "Generate or Retrieve Weekly Trend Alert Quality Report", "type": "http" }, "http": { "method": "GET", "url": "/api/alerts/quality-report", "params": [ { "name": "refresh", "value": "", "type": "query" } ] }, "docs": "Generate or Retrieve Weekly Trend Alert Quality Report" } ] } ], "bundled": true }