← Tools Reference

AssemblyAI

AssemblyAI integration (AI, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.assemblyai.com/v2
GET
assemblyai_get_transcript
Get one AssemblyAI transcript by ID.

/transcript/{transcriptId}

1 parameter
ParamTypeRequiredDescription
transcriptIdstringrequiredThe unique identifier of the AssemblyAI transcript.
GET
assemblyai_list_transcripts
List AssemblyAI transcripts created by the current API key.

/transcript

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of transcripts to retrieve.
statusstringoptionalThe current processing status of the transcript.
createdOnstringoptionalOnly return transcripts created on this date.
beforeIdstringoptionalReturn transcripts created before this transcript ID.
afterIdstringoptionalReturn transcripts created after this transcript ID.
DELETE
assemblyai_delete_transcript
Delete one AssemblyAI transcript by ID.

/transcript/{transcriptId}

1 parameter
ParamTypeRequiredDescription
transcriptIdstringrequiredThe unique identifier of the AssemblyAI transcript.
GET
assemblyai_get_transcript_sentences
Get an AssemblyAI transcript split into sentences.

/transcript/{transcriptId}/sentences

1 parameter
ParamTypeRequiredDescription
transcriptIdstringrequiredThe unique identifier of the AssemblyAI transcript.
GET
assemblyai_get_transcript_paragraphs
Get an AssemblyAI transcript split into paragraphs.

/transcript/{transcriptId}/paragraphs

1 parameter
ParamTypeRequiredDescription
transcriptIdstringrequiredThe unique identifier of the AssemblyAI transcript.