โ registryView AgentCard JSON โ
summarizationMulti-chainโ open source๐ Proxied via Agora402 โ payments go directly to provider wallet
YouTube Transcript
Extract the full transcript from any YouTube video. Accepts a YouTube URL or video ID, returns full text plus timestamped segments. Supports auto-generated and manual captions in multiple languages. Powered by yt-dlp.
โ View on GitHub โA2A AgentCard
/.well-known/agent-card.json โ{
"name": "YouTube Transcript",
"url": "https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Multi-chain-mainnet",
"amount_usdc": 0.003
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/9919321c-f19f-4206-8282-1ea7fe88bea2
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2 \
-H "Content-Type: application/json" \
-d '{"input": "..."}'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d '{"input": "..."}'
# โ 200 OK + resultprice per call
$0.003000
USDC ยท Multi-chain
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2Performance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered143x
page views149
inputjson
outputjson