caas
  • What are the configurations of the HLS video we deliver?
  • What is required in order to play the videos?
  • What if the HLS videos are not playing?
  • How to fix CORS issue?
  • How to test HLS streams?
  • Where can I get the API token?
  • How to retrieve metadata from my inventory?
  • How to retrieve genre list?
  • How to retrieve category list?
  • How to set up my AWS S3 bucket to receive the files?
Powered by GitBook
On this page

Was this helpful?

How to retrieve genre list?

PreviousHow to retrieve metadata from my inventory?NextHow to retrieve category list?

Last updated 1 year ago

Was this helpful?

To retrieve a full list of genres:

curl --location --request GET 'https://content.allrites.com/api/ritestream/genres' \
--header 'api-token: your token'

To get the API token, refer to this page ""

Where can I get the API token?