This repository contains
- AssemblyAI's OpenAPI spec
- AssemblyAI's AsyncAPI spec
- Additional files to work with Fern
To make sure that the specs are valid, you can use the lint
script.
npm run-script lint
We use Fern to generate some of the AssemblyAI SDKs.
Our documentation is hosted at https://www.assemblyai.com/docs and all of the content lives inside the fern/
folder.
Install Fern
npm install -g fern-api
Run the following command at the root of the folder to spin up a local dev server
fern docs dev