Is there an endpoint to pull a zoom phone recording transcript? Attempting to use (/v2/phone/recording_transcript/download
).
Currently receiving the error:
{"code":12001,"message":"Admin has disabled this transcription."}
I’ve enabled automatic call recording, and allow transcript creation settings along with ensuring the user has a phone number and a zoom phone package assigned.
1 Like
Hi @Jonathan14
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
you are using the right endpoint Phone APIs
Can you please make sure to pass the recording ID in your requeset URL>
1 Like
Thanks! I figured it out. When you are setting this up, The access token needed to be account_credentials and not client_credentials, and then the call works correctly.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.