Developer 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–10 of 10
GitHub repository by URL — stars, forks, topics
$0.01 per call
github.repo.profile
Get a repository's public metadata
Developer
GitHub trending developers — filter by language
$0.01 per call
github.trending.developers
List trending developers
Developer
GitHub trending repositories — filter by language
$0.01 per call
github.trending.repositories
List trending repositories
Developer
GitHub user activity timeline by username
$0.01 per call
github.user.activity
Get a user's contribution activity
Developer
GitHub contribution graph by username and year
$0.01 per call
github.user.contributions
Get a user's contribution graph
Developer
GitHub user followers by username
$0.01 per call
github.user.followers
List a user's followers
Developer
GitHub user following list by username
$0.01 per call
github.user.following
List accounts a user follows
Developer
GitHub user profile by username — bio, followers
$0.01 per call
github.user.profile
Get a user's public profile
Developer
GitHub user pull requests by username
$0.01 per call
github.user.pull_requests
Search a user's pull requests
Developer
GitHub user repositories by username — stars, language
$0.01 per call
github.user.repos
List a user's public repositories
Developer