Audio Transcription integration

Description
I was asked by my client to create an integration between a transcription software in the Hebrew language, and Zoom cloud.

The process is simple:

  1. Get notified that a recording is uploaded.
    I understand this can be done using the webhook service.

  2. Download the recording
    this could be done using this reference: /meetings/{meetingId}/recordings

  3. Send to the transcription engine
    That’s on my side.

  4. Upload a CC file (in VTT or some other format) or audio transcription format.

So my question is regarding step number 4: is it possible and if so how to upload/edit a audio transcription or add an VTT file to the cloud by API

Which App Type (OAuth / Chatbot / JWT / Webhook)?
So i need to use Webhook and OAuth/JWT?

Which Endpoint/s?
get the meeting recordings: /meetings/{meetingId}/recordings

Hey @LightX,

I can see that we already connected over this via email, so please feel free to continue the conversation there if you have follow up questions—I’ll be happy to help!

Best,
Will