AssemblyAI integration (AI, Developer Tools). Imported from open-connector.
https://api.assemblyai.com/v2/transcript/{transcriptId}
| Param | Type | Required | Description |
|---|---|---|---|
| transcriptId | string | required | The unique identifier of the AssemblyAI transcript. |
/transcript
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of transcripts to retrieve. |
| status | string | optional | The current processing status of the transcript. |
| createdOn | string | optional | Only return transcripts created on this date. |
| beforeId | string | optional | Return transcripts created before this transcript ID. |
| afterId | string | optional | Return transcripts created after this transcript ID. |
/transcript/{transcriptId}
| Param | Type | Required | Description |
|---|---|---|---|
| transcriptId | string | required | The unique identifier of the AssemblyAI transcript. |
/transcript/{transcriptId}/sentences
| Param | Type | Required | Description |
|---|---|---|---|
| transcriptId | string | required | The unique identifier of the AssemblyAI transcript. |
/transcript/{transcriptId}/paragraphs
| Param | Type | Required | Description |
|---|---|---|---|
| transcriptId | string | required | The unique identifier of the AssemblyAI transcript. |