https://github.com/assemblyai/assemblyai-api-spec
The OpenAPI spec, AsyncAPI spec, and Postman collection for AssemblyAI's APIs
https://github.com/assemblyai/assemblyai-api-spec
assemblyai llm speech-to-text stt
Last synced: about 1 year ago
JSON representation
The OpenAPI spec, AsyncAPI spec, and Postman collection for AssemblyAI's APIs
- Host: GitHub
- URL: https://github.com/assemblyai/assemblyai-api-spec
- Owner: AssemblyAI
- Created: 2023-09-18T22:08:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T21:20:46.000Z (over 1 year ago)
- Last Synced: 2024-10-20T08:14:11.806Z (over 1 year ago)
- Topics: assemblyai, llm, speech-to-text, stt
- Language: MDX
- Homepage: https://www.assemblyai.com
- Size: 1.23 MB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AssemblyAI API Spec
## What is in this repository?
This repository contains
- AssemblyAI's [OpenAPI spec](./openapi.yml)
- AssemblyAI's [AsyncAPI spec](./asyncapi.yml)
- Additional files to work with Fern
To make sure that the specs are valid, you can use the `lint` script.
```bash
npm run-script lint
```
## Fern
### SDKs
We use Fern to generate some of the AssemblyAI SDKs.
- [Java SDK](https://github.com/AssemblyAI/assemblyai-java-sdk)
- [Ruby SDK](https://github.com/AssemblyAI/assemblyai-ruby-sdk)
- [C# .NET SDK](https://github.com/AssemblyAI/assemblyai-csharp-sdk)
### 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
```