Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 892 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 892 Bytes

AssemblyAI API Spec

What is in this repository?

This repository contains

To make sure that the specs are valid, you can use the lint script.

npm run-script lint

Fern

SDKs

We use Fern to generate some of the AssemblyAI SDKs.

Docs

Our documentation is hosted at https://www.assemblyai.com/docs and all of the content lives inside the fern/ folder.

Running the docs

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