cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/episodes/{episodeId}/facts \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "content": "<string>", "type": "<string>", "confidence": 123, "validFrom": "2023-11-07T05:31:56Z", "validTo": "2023-11-07T05:31:56Z" } ]
Get facts/statements for a specific episode
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Episode facts
The response is of type object[].
object[]
Was this page helpful?