Events
Download transcripts
Download transcripts in either PDF or Text format
GET /events-v2/{event_id}/transcript/{pdf|text}
Request
https://premium.aiera.com/api/events-v2/2656939/transcript/text
Response
Mathew Masters
Hello everyone and welcome to Caledonia's results presentation for the six months to 30 September 2024. I'm Matt Masters, I'm Chief Executive of Caledonia Invts, and it's my pleasure to present these results today, and I'm joined by my colleagues Jamie Cazor-Colvin, who runs our funds pool, and Rob Memmott, who is our CFO today to take you through these results. Now we're going to try and balance taking you through what's quite a short period of time for us, the last six months, with reminding you about the strategy and the long-term returns of the business.
...
Code Samples
Bash
curl --request GET \
--url 'https://premium.aiera.com/api/events-v2/{event_id}/transcript/text' \
--header 'X-API-Key: xxx'
Python
import requests
requests.request("GET", "https://premium.aiera.com/api/events-v2/{event_id}/transcript/text", headers={"X-API-Key": "xxx"})