curl --request GET \
--url https://apix.us.amity.co/api/v1/rooms/{roomId}/token \
--header 'Authorization: Bearer <token>'{
"directStreamUrl": "<string>",
"coHostToken": "<string>",
"coHostUrl": "<string>"
}Get ingest data for broadcasting. Returns stream key for direct streaming or LiveKit token for co-hosts.
curl --request GET \
--url https://apix.us.amity.co/api/v1/rooms/{roomId}/token \
--header 'Authorization: Bearer <token>'{
"directStreamUrl": "<string>",
"coHostToken": "<string>",
"coHostUrl": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Room ID
50