cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/episodes/{id}/transcript/words \ --header 'X-API-Key: <api-key>'
{ "episode_id": "<string>", "words": [ { "end_seconds": 123, "start_seconds": 123, "text": "<string>", "speaker": "<string>", "type": "<string>" } ], "language": "<string>" }
Returns the word-level timestamped transcript for a podcast episode. Use start/end parameters to extract a time range for long episodes.
Pass your API key in the X-API-Key header (recommended).
Episode ID
Start time in seconds
End time in seconds
OK
Parent episode ID
Word-level timestamped transcript
Show child attributes
Transcript language code