cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/clips/{id}/transcript \ --header 'X-API-Key: <api-key>'
{ "detail": "<string>", "errors": [ { "location": "<string>", "message": "<string>", "value": "<unknown>" } ], "instance": "<string>", "status": 123, "title": "<string>", "type": "about:blank" }
Returns the diarized transcript for a specific clip.
Pass your API key in the X-API-Key header (recommended).
Clip ID
Output format
dialogue
text
srt
OK