mirrored listing x402 eip155:8453

Live streaming speech-to-text for voice agents: buy a prepaid session, stream mic or call

Live streaming speech-to-text for voice agents: buy a prepaid session, stream mic or call audio over WebSocket, get partial transcripts as the speaker talks. No account, no API key, no per-minute minimum — flat USDC on Base. Multilingual with mid-sentence code-switching. This SKU: 30 minutes connected time at $0.36 flat.

Do you run dicta-notes.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
360000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-29
updated

Provider

dicta-notes.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "360000",
    "maxTimeoutSeconds": 1920
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {},
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "remaining_seconds": 1800,
          "session_token": "abc123…",
          "ws_url": "wss://ws.dicta-notes.com/routes/realtime-stt"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {},
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "remaining_seconds": {
                  "type": "integer"
                },
                "session_token": {
                  "type": "string"
                },
                "ws_url": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "session_token",
                "ws_url",
                "remaining_seconds"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://dicta-notes.com/routes/x402/stt-session/30"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://dicta-notes.com/routes/x402/stt-session/30");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://dicta-notes.com/routes/x402/stt-session/30")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/8444.json, and this resource appears in /discovery/resources and /discovery/search.