Community API capabilities
Ask for a capability, send a payload, get JSON back. The network picks a provider and falls back if one fails. You pay the listed price, and only when a call succeeds.
curl -X POST https://api.zettoai.com/api/router/call \
-H "Authorization: Bearer $ZETTO_API_KEY" -H "Content-Type: application/json" \
-d '{"capability":"enrich.company","payload":{"domain":"stripe.com"}}'
# MCP: connect the Zetto MCP server, then call
mesh_route_call { capability: "enrich.company", payload: { domain: "stripe.com" } }
Showing 1–6 of 6
Telegram channel profile by username
$0.01 per call
telegram.channel.info
Get a channel's profile & stats
Community
Telegram channel posts by username
$0.01 per call
telegram.channel.posts
List a channel's recent posts
Community
Search a Telegram channel's posts by keyword
$0.01 per call
telegram.channel.search
Search a channel's posts by keyword
Community
Telegram similar channels by username
$0.01 per call
telegram.channel.similar
Find channels similar to a given channel
Community
Telegram post comments by channel and post id
$0.01 per call
telegram.post.comments
List a post's comments
Community
Telegram post details by channel and post id
$0.01 per call
telegram.post.detail
Get a post's content & stats
Community