cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/episodes/{id}/clips \ --header 'X-API-Key: <api-key>'
{ "data": [ { "duration_seconds": 123, "end_seconds": 123, "engagement_score": 123, "id": "<string>", "start_seconds": 123, "title": "<string>", "type": "<string>", "audio_url": "<string>", "description": "<string>", "episode": { "id": "<string>", "title": "<string>", "podcast": { "id": "<string>", "title": "<string>", "image_url": "<string>", "slug": "<string>" }, "published_at": "2023-11-07T05:31:56Z" }, "intro_statement": "<string>", "segment": { "id": "<string>", "title": "<string>", "type": "<string>" }, "speaker": { "name": "<string>", "company": { "id": "<string>", "domain": "<string>", "ticker": "<string>" }, "entity_id": "<string>", "entity_slug": "<string>", "person": { "id": "<string>", "company": "<string>", "image_url": "<string>", "title": "<string>" }, "role": "<string>" } } ], "has_more": true, "cursor": "<string>" }
Returns the AI-extracted highlight clips for a specific episode, sorted by engagement score.
Pass your API key in the X-API-Key header (recommended).
Episode ID
Results per page
1 <= x <= 100
Opaque pagination cursor from previous response
OK
List of results
Show child attributes
Whether more results exist
Pass to next request for more results