Transcribe uploaded audio/video files to text. Payment via USDC on base.
https://cnvrt.ing/api/transcribe-fileOverview
Transcribe uploaded audio/video files to text. 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-07-01 06:14:29
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"input": {
"bodyFields": {
"includeTimestamps": {
"description": "Include timestamp markers in the transcription",
"required": false,
"type": "boolean"
},
"language": {
"description": "Language code (ISO 639-1) for better accuracy",
"required": false,
"type": "string"
},
"media": {
"description": "Audio or video file to transcribe (multipart upload)",
"required": true,
"type": "binary"
}
},
"bodyType": "multipart-form-data",
"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"
}
}