Overview
API call to assemblyai
Protocol
x402
Price
$0.10
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:03
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": "GET",
"queryParams": {
"properties": {
"id": {
"description": "The unique identifier of the transcript to retrieve, returned by POST /transcript.",
"example": "5e0688cb-3fd3-445c-a84e-a5bfe28d7fbf",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"audio_duration": 281,
"audio_url": "https://assembly.ai/wildfires.mp3",
"confidence": 0.937,
"error": null,
"id": "5e0688cb-3fd3-445c-a84e-a5bfe28d7fbf",
"language_code": "en_us",
"status": "completed",
"text": "Smoke from hundreds of wildfires in Canada is triggering air quality alerts throughout the US.",
"words": [
{
"confidence": 0.98,
"end": 650,
"speaker": null,
"start": 250,
"text": "Smoke"
},
{
"confidence": 0.99,
"end": 850,
"speaker": null,
"start": 690,
"text": "from"
}
]
}