← Back to directory

Transcribe audio/video from URLs using OpenAI Whisper. Payment via USDC on base.

https://cnvrt.ing/api/transcribe

Overview

Transcribe audio/video from URLs using OpenAI Whisper. Payment via USDC on base.

Protocol x402
Price $0.03
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider cnvrt
Source bazaar
Indexed 2026-03-10 18:09:57

Health

Status degraded
Latency (p50) 240ms
Uptime (30d) 100.0%
Reliability Score 85/100
Last Checked 2026-06-20 19:21:30
Last Healthy Never
Consecutive Failures 2

x402 Payment Validation

Payment Requirements Invalid
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "input": { "bodyFields": { "enhanceAccuracy": { "description": "Use enhanced accuracy mode (slower but more precise)", "required": false, "type": "boolean" }, "includeTimestamps": { "description": "Include timestamp markers in the transcription", "required": false, "type": "boolean" }, "language": { "description": "Optional: Language code (ISO 639-1) for better accuracy. Auto-detected if not provided.", "required": false, "type": "string" }, "url": { "description": "Media URL to transcribe (video or audio from any supported platform)", "required": true, "type": "string" } }, "bodyType": "json", "method": "POST", "type": "http" }, "output": { "properties": { "duration": { "description": "Duration of the media in seconds", "type": "number" }, "jobId": { "description": "Unique job identifier", "type": "string" }, "language": { "description": "Detected or specified language", "type": "string" }, "success": { "description": "Whether the transcription was successful", "type": "boolean" }, "timestamps": { "description": "Array of timestamped segments (if requested)", "items": { "properties": { "end": { "description": "End time in seconds", "type": "number" }, "start": { "description": "Start time in seconds", "type": "number" }, "text": { "description": "Text for this segment", "type": "string" } }, "type": "object" }, "type": "array" }, "transcription": { "description": "Full text transcription of the media", "type": "string" }, "wordCount": { "description": "Number of words in transcription", "type": "number" } }, "required": [ "success", "transcription" ], "type": "object" } }

Recent Health Checks

Time Status HTTP Latency Error
2026-06-20 19:21:30 degraded 404 235ms
2026-06-20 05:58:17 degraded 404 242ms
2026-06-19 09:47:18 degraded 404 328ms
2026-06-19 06:36:33 degraded 404 334ms
2026-06-19 01:58:51 degraded 404 214ms
2026-06-18 22:18:54 degraded 404 257ms
2026-06-18 19:49:02 degraded 404 237ms
2026-06-18 07:24:35 degraded 404 235ms
2026-06-18 00:04:44 degraded 404 240ms