Index - hyugogirubato/API-Crunchyroll-Beta GitHub Wiki
Allows you to retrieve the identifiers necessary for streaming.
Protocol | Method | URL |
---|---|---|
HTTP | GET | https://beta-api.crunchyroll.com/index/v2 |
Headers
Authorization
Requires a Bearer type authorization.
Arguments
Unknown.
Response
{
"cms": {
"bucket": string,
"policy": string,
"signature": string,
"key_pair_id": string,
"expires": string
},
"service_available": boolean
}