POST

Transcribe audio then produce summary and key points; priced per minute. Uses whisper + Claude Haiku

/v1/audio-summary

Powered by OpenAI

Request → Response

Examples from schemas.json.

Requestapplication/octet-stream
POST /v1/audio-summary
Content-Type: application/octet-stream

[binary request body]
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Transcribe audio then produce summary and key points; priced per minute. Uses whisper + Claude Haiku.

AI research lab behind the GPT and Whisper models.

Request schema

Body: raw binary · application/octet-stream

Raw binary request body (Content-Type: application/octet-stream)
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/audio-summary \
  -H "Content-Type: application/octet-stream" \
  --data-binary @file.bin

402 payment flow omitted — see Integrations for settlement.