Get up and running with AssemblyAI’s CLI
transcribe
command, followed by the path to your audio file or YouTube video link. For example, if your audio file is located in the ~/audio
directory, you would run the following command:
Note: The CLI accepts YouTube links, but the API does not work with YouTube links! When working with the API, you need to provide a local file or a URL that points to a publicly accessible audio/video file. For example, files in an S3 bucket, on your server, etc.
--summarization
and --dual_channel
, which can be used to generate a single abstractive summary of entire file, and to transcribe audio from both the left and right channels of a stereo recording, respectively.
To see the full list of available flags, use the --help
argument.