B

Benlab · Audio Transcribe Summary

by Benlab

POSTBase

$0.05

per call · USD Coin on Base

Transcribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.

Endpoint

POST https://fetchharbor.benlab.download/audio/transcribe-summary

1

Calls / 30d

1

Unique payers / 30d

Aug 23

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://fetchharbor.benlab.download/audio/transcribe-summary", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "audio_base64": "UklGRg..."
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://fetchharbor.benlab.download/audio/transcribe-summary" \
  -H "Content-Type: application/json" \
  -d '{"audio_base64":"UklGRg..."}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "duration_seconds": 12.4,
  "language": "en",
  "model": "faster-whisper-small",
  "status": "success",
  "summary": "Summary...",
  "summary_model": "llama3.2:3b",
  "text": "Transcript..."
}

Payment details

Pay to0xaed4a496fed1132b94c0a5f9fb5ee7cf63d869c2
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 Benlab & similar services