v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API

Unified endpoint for calculating transcription price. Provide one of: source_url, source_file, or duration_seconds.

post/api/v1/client/transcribe/price-calculation

Headers

Accept'application/json' required

Response

Calculated price for transcription.

Example response

{
  "data": {
    "price": 0.25
  }
}