Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man earnings-call-transcribe

/earnings-call-transcribe(1)

agentutility / edge-finance / earnings-call-transcribe
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
earnings-call-transcribe earnings call transcriber
SYNOPSIS
POST https://x402.org/v1/earnings-call-transcribe
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Earnings call transcriber. Caller-supplied IR webcast/replay URL → Whisper v3 transcript → optional Venice structured summary (prepared remarks, Q&A, guidance, key metrics).

INPUTrequest schema
propertytypedescriptionreq?
audio_urlstringPublic URL to the IR webcast or replay audio/video file to transcribe.required
tickerstringCompany stock ticker symbol, used to label the transcript and guide structured summary extraction.optional
summarizebooleanIf true, runs the Venice structured summary pass over the transcript (prepared remarks, Q&A, guidance, metrics).optional
languagestringISO language code for the audio; defaults to auto-detect if omitted.optional
OUTPUTresponse shape
fieldtypedescription
transcript_charsstringCharacter count of the full Whisper v3 transcript returned in the response.
duration_secondsstringLength of the transcribed audio in seconds, as measured from the source file.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/earnings-call-transcribe \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the earnings-call-transcribe tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-financeearnings-calltranscriptionwhisperinvestor-relationsq-and-aearnings-transcript
methods
POST
cluster
edgefinance
price
$0.03 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
earnings-calendarEarnings calendar derived from SEC 8-K Item 2.02, 10-Q, 10-K, NT 10-Q, NT 10-K filings.$0.03
earnings-transcriptEarnings call transcript generator.$0.03
fda-calendarFDA Advisory Committee meeting calendar.$0.03
trademark-searchTrademark search / USPTO trademark lookup / TSDR / federal trademark database.$0.03
uspto-trademark-searchUSPTO trademark status / TSDR lookup.$0.03
bls-occupational-statsBLS Public Data API — wages, employment levels, growth by series ID.$0.02
polymarket-kalshi-arbitragePolymarket × Kalshi arbitrage scanner / cross-venue prediction market spread / event price arbitrage detector / Polymarket vs Kalshi comp…$0.02
fec-political-contributionsFEC political contributions search via api.open.fec.gov.$0.04
SEE ALSO
agentutility(7) · edgefinance(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org