Overview

Purchase: Audio Transcription

Protocol x402
Price $0.05
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider the402
Source bazaar
Indexed 2026-05-15 21:54:59

Health

Status degraded
Latency (p50) 214ms
Uptime (30d) 100.0%
Reliability Score 80/100
Last Checked 2026-07-08 00:54:00
Last Healthy 2026-05-16 08:48:25
Consecutive Failures 22

x402 Payment Validation

Payment Requirements Invalid
Asset Verified
Facilitator

Input Schema

{ "body": { "properties": { "audio_base64": { "description": "Base64-encoded audio data", "type": "string" }, "audio_url": { "description": "URL of the audio file to transcribe", "type": "string" }, "language": { "description": "Language code (e.g. 'en', 'es', 'fr'). Defaults to 'en'.", "type": "string" }, "model": { "description": "Deepgram model. Defaults to 'nova-2'.", "type": "string" } }, "type": "object" }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "job_id": { "type": "string" }, "status": { "type": "string" }, "thread_id": { "type": "string" } }, "type": "object" }