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>"
}Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Room ID
50