| .. | ||
| scripts | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| assemblyai.env.sample | ||
| package-lock.json | ||
| package.json | ||
| project.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.lib.json | ||
AssemblyAI piece for Activepieces
Use 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:
This library was built upon the AssemblyAI JavaScript SDK.
Building
Run nx build pieces-assemblyai to build the library.
Generating props
- Copy
assemblyai.env.sampletoassemblyai.env - In
assemblyai.env, update theOPENAPI_SPEC_LOCATIONvariable 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.