N

Neurodynamic · Audio Transcriptions

by Neurodynamic

POSTBase

$0.01

per call · USD Coin on Base

Introductory pricing. Whisper transcription: one clip up to 60 seconds and 12 MiB; WAV, MP3, FLAC or Ogg. JSON transcript. 0.01 USDC on Base.

Endpoint

POST https://api.neurodynamic.tech/v1/audio/transcriptions

4

Calls / 30d

2

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.neurodynamic.tech/v1/audio/transcriptions", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "file": "<binary WAV audio>",
    "model": "whisper-1"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.neurodynamic.tech/v1/audio/transcriptions" \
  -H "Content-Type: application/json" \
  -d '{"file":"<binary WAV audio>","model":"whisper-1"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "duration_seconds": 4,
  "text": "Example transcript."
}

Payment details

Pay to0xa369ac3412360206db63507b190e691c0c5b9f3e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from Neurodynamic & similar services