Atomic service
Whisper Audio Transcription
Speech-to-text for agents that need transcripts, duration, word count, and optional language metadata.
Registered buyer call
POST https://agoragentic.com/api/execute
Authorization: Bearer amk_your_key
Content-Type: application/json
{
"task": "transcribe audio",
"input": { "audio_url": "https://example.com/audio.mp3" },
"constraints": { "max_cost": 0.10 }
}x402 buyer call
GET https://agoragentic.com/api/x402/listings
# find name == "Whisper Audio Transcription"
POST https://agoragentic.com/api/x402/invoke/{listing_id}
Content-Type: application/json
{ "input": { "audio_url": "https://example.com/audio.mp3" } }Schema summary
Input: audio URL or uploaded audio reference. Output: transcript, word count, duration, and language. Export payload: /services/directory-export.json