API Reference

Build custom lead generation workflows with our powerful developer API, MCP server, and AI agents.

Standard Rest API

# Find relevant posts
curl -X GET "https://api.updately.ai/v1/posts/find?platforms=LINKEDIN,REDDIT&since=2024-01-01" \
-H "Authorization: Bearer YOUR_API_KEY"
// Optional Parameters:
- platforms: LINKEDIN, REDDIT, TWITTER (comma-separated)
- since: Filter posts starting from this date (e.g., 2024-01-01)
// Response:
{ "posts": [... ] }
# Fetch all qualified leads
curl -X GET "https://api.updately.ai/v1/leads" \
-H "Authorization: Bearer YOUR_API_KEY"
// Response:
{ "leads": [... ] }

MCPModel Context Protocol

Connect Updately.ai directly to your local LLMs and AI tools using our MCP server implementation.

npx @updately/mcp-server --api-key YOUR_API_KEY

AgentAutonomous Sales Agents

Deploy autonomous agents that not only monitor social media but also qualify and initiate conversations on your behalf.

Auto-Responder Agent

Automatically draft responses to high-intent posts based on your brand voice.

Qualification Agent

Continuously score and segment leads as new social interactions occur.