Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.09 KB

File metadata and controls

9 lines (5 loc) · 1.09 KB

Transcribe audio to text on Cloudflare Workers with AssemblyAI, Node.js, and TypeScript

This repository is the source code for following the guide to Transcribe audio to text on Cloudflare Workers with AssemblyAI, Node.js, and TypeScript.

You can deploy the project to Cloudflare Workers with the button below.

Deploy to Cloudflare Workers

After deploying the Worker, you need to configure the AssemblyAI API key as an environment variable/secret, named ASSEMBLYAI_API_KEY. Follow this guide to configure the secret using the Cloudflare Dashboard or use Wrangler.