返回首页
Lanson Flow 文档库

2026-08-22

API paths

  • Batch jobs — preferred enqueue: POST /v1/audio/transcriptions/jobs (JSON audio_url, 202).
  • Poll — preferred: GET /v1/audio/transcriptions/jobs/{workflow_id} (cf_ + 64 hex).
  • SegmentPOST /v1/audio/transcriptions is now documented as multipart-only synchronous client-VAD transcription (200).
  • DeprecationPOST /v1/audio/transcriptions with JSON still works but returns Deprecation: true and Link: </v1/audio/transcriptions/jobs>.
  • Documentation

  • New [Segment Transcription API](/docs/api-reference/segment-transcription) reference.
  • [Batch Jobs](/docs/api-reference/batch-jobs) split from the old combined transcription page.
  • [Client-VAD segments guide](/docs/guides/client-vad-segments).