Use the AssemblyAI piece for Activepieces to use AssemblyAI's models to [transcribe audio with Speech-to-Text models](https://www.assemblyai.com/products/speech-to-text?utm_source=activepieces), analyze audio with [audio intelligence models](https://www.a
npm install @activepieces/piece-assemblyaiUse the AssemblyAI piece for Activepieces to use AssemblyAI's models to
transcribe audio with Speech-to-Text models, analyze audio with audio intelligence models, build generative AI features on top of audio with LLMs using LeMUR.
Learn more about this piece:
- Activepieces Integrations
- AssemblyAI Documentation
This library was built upon the AssemblyAI JavaScript SDK.
Run nx build pieces-assemblyai to build the library.
- Copy assemblyai.env.sample to assemblyai.env
- In assemblyai.env, update the OPENAPI_SPEC_LOCATION variable to the path or URL of AssemblyAI's OpenAPI spec
- Run nx generate-params pieces-assemblyai
You can find AssemblyAI's OpenAPI spec on GitHub.