Speech-to-Text Overview

Updated

Real-time transcription, translation, and caption recording using the Speech-to-Text REST API.

The Speech-to-Text REST API provides server-side access to real-time transcription, translation, and caption recording. Start and manage transcription agents that join your RTC channels and output captions from your backend.

API basics

All requests are sent to the host api.agora.io.

  • Authentication: All APIs require Basic Auth for authentication.
  • Request: Refer to the respective API examples.
  • Response: The response content is in JSON format.
  • Base URL: https://api.agora.io/api/speech-to-text/v1/projects/<appid> where <appid> is the Agora app ID for your project.

REST APIs