v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API v2

Estimate the price of a transcription request. Provide one of: source_url, source_file, or duration_seconds.

post/api/v2/audio/transcriptions/price

Headers

Accept'application/json' required

Response

Calculated price for transcription.

Example response

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