cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/episodes/{id}/entities \ --header 'X-API-Key: <api-key>'
{ "data": [ { "entity": { "id": "<string>", "name": "<string>", "slug": "<string>", "company": { "id": "<string>", "domain": "<string>", "ticker": "<string>" }, "description": "<string>", "person": { "id": "<string>", "company": "<string>", "image_url": "<string>", "title": "<string>" }, "wikipedia_url": "<string>" }, "occurrences": 123, "salience": 123 } ], "has_more": true, "cursor": "<string>" }
Returns knowledge graph entities mentioned in a specific episode, with salience scores and occurrence counts.
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