Cloud Transcoding Overview

Updated

Create and manage Cloud Transcoding tasks using RESTful APIs.

Agora Cloud Transcoding transcodes media streams on Agora servers and outputs the result to an RTC channel. Send HTTPS requests from your business server to manage transcoding tasks and templates.

API basics

  • Authentication: All APIs require Basic Auth.
  • Request: Request bodies use JSON.
  • Response: Response bodies use JSON.
  • Base URL: https://api.sd-rtn.com

The Cloud Transcoding REST API supports HTTPS only. Requests over plain HTTP are not supported.

REST APIs