Enterprise API v1API: Download SRT File

API: Download SRT File

Download transcript as SRT file after episode processing is complete.

Endpoint

GEThttps://podwise.ai/api/ent/v1/episodes/[uuid]/srt

Path Parameters

  • uuid: The UUID provided when requesting processing

Query Parameters

  • language: Optional, The translation language to download. Keep empty for original language.
  • mixWithOriginLanguage: Optional, Whether to mix the original language with the translation. Defaults to false.

Response

SRT file stream with the following headers:

Content-Type: text/plain; charset=utf-8,
Content-Disposition: attachment; filename="{uuid}.srt"