AssemblyAI
Website: https://www.assemblyai.com/ API Reference: https://www.assemblyai.com/docs/api-reference/overview
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. Your AssemblyAI API key. You can find it in the AssemblyAI dashboard at https://www.assemblyai.com/app/api-keys. | |
start_date | string | Start date. | |
subtitle_format | string | Subtitle format. The subtitle format for transcript_subtitle stream | srt |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
transcripts | id | DefaultPaginator | ✅ | ✅ |
transcript_sentences | uuid | DefaultPaginator | ✅ | ❌ |
paragraphs | uuid | DefaultPaginator | ✅ | ❌ |
transcript_subtitle | uuid | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
start_date
string
subtitle_format
string
request_id
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-05 | 57210 | Initial release by @btkcodedev via Connector Builder |