Hello!
We are trying to “bulk” download Transcripts from our engagements via a script and cURL. We give it a list of transcript download URLs and an OAuth token. The list of URLs is put together via API requests, but that is irrelevant as far as we know.
If we only have it do a list of transcripts for a single engagement, then it downloads the transcripts and works fine. We, however, want it to go through our engagements in bulk. When doing it this way, the cURL requests will timeout. Is there a rate limit to transcript downloads via cURL, and is it tied in or related to API rate limits?
We currently have a delay set of 0.5 seconds between each transcript download.
Thanks!