Enterprise API v1API: Download CSV File

API: Download CSV File

Download transcript as CSV file after episode processing is complete.

Endpoint

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

Path Parameters

  • uuid: The UUID provided when requesting processing

Response

CSV file stream with the following headers:

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

CSV file format example:

Speaker,Start Timestamp,End Timestamp,Transcript
"Speaker1","00:00:00,000","00:00:01,000","Hello everyone"
"Speaker2","00:00:01,000","00:00:03,000","Hi, We are Podwise"
...