AI & Data
Connect AssemblyAI
Offers a speech-to-text and audio intelligence API with transcription, summarization, and speaker detection.
AI & Data
AssemblyAI
Offers a speech-to-text and audio intelligence API with transcription, summarization, and speaker detection.
Not yet available in this environment — flip configured: true once you've added the provider config.
Sample request
// 1. Mint a session token for the end user
const session = await link.connect.session({
integrationKey: "assemblyai",
userId: "u_42",
});
// 2. After the user completes OAuth, proxy a request
const res = await link.proxy("assemblyai", "u_42", {
method: "GET",
endpoint: "/api/v1/me",
});