cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/episodes/{id}/segments \ --header 'X-API-Key: <api-key>'
{ "data": [ { "duration_seconds": 123, "end_seconds": 123, "id": "<string>", "number": 123, "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" }, "summary": "<string>" } ], "has_more": true, "cursor": "<string>" }
Returns the AI-identified segments for a specific episode in chronological order.
Pass your API key in the X-API-Key header (recommended).
Episode ID
OK
List of results
Show child attributes
Whether more results exist
Pass to next request for more results