BaseServiceParams: {
    apiKey: string;
    baseUrl?: string;
    userAgent?: UserAgent | false;
}

Type declaration

  • apiKey: string
  • OptionalbaseUrl?: string
  • OptionaluserAgent?: UserAgent | false

    The AssemblyAI user agent to use for requests. The provided components will be merged into the default AssemblyAI user agent. If false, the AssemblyAI user agent will be removed.