videosphere
    Preparing search index...
    • POST(
          req: NextRequest,
      ): Promise<
          | NextResponse<{ error: string; message: string; statusCode: number }>
          | NextResponse<{ ok: boolean }>,
      >

      Accepts owner microphone PCM chunks for shared STT. Body JSON: { pcmBase64: string, sampleRate?: number }

      Parameters

      • req: NextRequest

        Incoming request.

      Returns Promise<
          | NextResponse<{ error: string; message: string; statusCode: number }>
          | NextResponse<{ ok: boolean }>,
      >

      Acceptance status.