- Note : remember to set USERNAME and PASSWORD in the protected variables*
Usage : API.php <method> <accept> <path> [upload] [metadata]
-
Upload media file :
API.php POST text/xml media test.mp3
or
API.php POST text/xml media "http://media_file_path"
-
Start transcription :
API.php POST text/xml media/{media_uid}/transcribe
-
Get transcript/captions :
API.php GET text/xml transcripts/{transcript_uuid}
For a more detailed documentation, please have a look at the API documentation