cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/episodes/{id}/speakers \ --header 'X-API-Key: <api-key>'
{ "data": [ { "name": "<string>", "company": { "id": "<string>", "domain": "<string>", "ticker": "<string>" }, "description": "<string>", "entity_id": "<string>", "entity_slug": "<string>", "person": { "id": "<string>", "company": "<string>", "image_url": "<string>", "title": "<string>" }, "role": "<string>", "speaking_duration_seconds": 123 } ], "has_more": true, "cursor": "<string>" }
Returns the identified speakers in a specific episode with their roles and speaking durations.
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