- Note : You need to change the login/pwd in the example or mainAPI. *
-
Upload a media file
mainAPI.py -u {audio_file} Media create text/xml
or
mainAPI.py -u 'http://www.youtube.com/watch?v=xxxxxxxx' Media create text/xml
-
Start transcription
mainAPI.py -i {media_uuid} Media transcribe text/xml
-
Get transcript/captions
mainAPI.py -i {uid} Transcript get text/xml
For a more detailed documentation, please have a look at the API documentation