Create a scribe job using either audio OR pre-existing transcripts, plus one or more template IDs. All requests must use multipart/form-data.
Uploading audio may take a while for larger files.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required; repeat the form field for each template ID
One or more audio files; Provide if not supplying transcripts;
Supported types: mp3, mp4, mpeg, mpga, m4a, wav, webm. Maximum file size in the web interface is 5MB. For files larger than 5MB, use the API directly via curl.
One or more transcripts; Provide if not supplying audio;
JSON-serialised metadata as a string
"{'age':72,'gender':'M'}"