56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev
https://56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev/solana/sttShares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Solana speech-to-text endpoint using x402 payments. Provide either a YouTube URL/ID or a direct audio file URL; the server downloads the audio, runs speech-to-text, and returns the transcript text. Pricing: 0.01 USDC per started minute of audio, computed from the estimated duration and charged upfront via x402. Default discovery price without a specific URL is 0.60 USDC as an upper-bound quote. For this video the estimated duration is 23 minute(s); prepaid price for this call is 0.230000 USDC.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
No history yet.
This endpoint was catalogued recently and has not accumulated enough probes to chart. Uptime and response-time history appear here once probing fills in.
- Availability
- 0
- Latency
- not yet measured
- Security
- 0
- Transparency
- 100
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 2% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- solana
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- —
- Domain registered
- —
- Hosting network
- —
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"input": {
"bodyFields": {
"file_url": {
"description": "Direct URL to an audio file (e.g. .mp3, .webm). Must be an http(s) URL. For paid calls, either youtube or file_url is required.",
"required": false,
"type": "string"
},
"youtube": {
"description": "YouTube video URL (e.g. https://www.youtube.com/watch?v=...) or 11-character video ID. For paid calls, either youtube or file_url is required.",
"required": false,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"action": {
"description": "Action performed. For this endpoint: 'stt'.",
"type": "string"
},
"duration_minutes": {
"description": "Duration rounded up to whole minutes, used for pricing (0.01 USDC per minute).",
"type": "number"
},
"duration_seconds": {
"description": "Audio duration in seconds when available (YouTube metadata or estimated from file size).",
"type": "number"
},
"file_url": {
"description": "Direct file URL that was processed when source = 'file_url'.",
"type": "string"
},
"ok": {
"description": "True on success.",
"type": "boolean"
},
"price_usdc": {
"description": "Price charged for this call in USDC (6 decimals). Computed as 0.01 USDC per started minute of audio.",
"type": "number"
},
"source": {
"description": "Source type used for transcription: 'youtube' or 'file_url'.",
"type": "string"
},
"text": {
"description": "Full transcript text returned by the speech-to-text engine (top-level 'text' field).",
"type": "string"
},
"video_id": {
"description": "YouTube video ID that was processed.",
"type": "string"
},
"youtube_url": {
"description": "Resolved YouTube URL that was processed.",
"type": "string"
}
}
}