Skip to main content
POST
/
api
/
live
/
auth
Authorize live publish/read
curl --request POST \
  --url https://convertly.sh/api/live/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "error": "<string>",
  "upgradeUrl": "<string>"
}

Body

application/json
action
enum<string>
required
Available options:
publish,
read,
playback,
api,
metrics,
pprof
path
string
required
password
string
token
string
query
string
protocol
string
ip
string
id
string

Response

Authorized