ACTIVEPIECES/packages/pieces/community/assemblyai
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30
..
scripts automaton layer 2025-07-05 23:59:03 +05:30
src automaton layer 2025-07-05 23:59:03 +05:30
.eslintrc.json automaton layer 2025-07-05 23:59:03 +05:30
.gitignore automaton layer 2025-07-05 23:59:03 +05:30
assemblyai.env.sample automaton layer 2025-07-05 23:59:03 +05:30
package-lock.json automaton layer 2025-07-05 23:59:03 +05:30
package.json automaton layer 2025-07-05 23:59:03 +05:30
project.json automaton layer 2025-07-05 23:59:03 +05:30
README.md automaton layer 2025-07-05 23:59:03 +05:30
tsconfig.json automaton layer 2025-07-05 23:59:03 +05:30
tsconfig.lib.json automaton layer 2025-07-05 23:59:03 +05:30

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.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.