Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Aniviews Content Management System includes:

Entities:

Video - enables to upload of videos directly to the Aniview platform alongside tagging and categorizing of the videos, and adding click through.

-

Playlist - enables creating a bundle of videos that may include filters, categorization, tagging, poster, and thumbnail images.

-

Video Carousel - enables transforming a bundle of images form of an MRSS/RSS feed into a video carousel.

-

Tools:

Feeds - enables bulk importing of videos using MRSS/RSS feed.

-

Contextual Filters - enables creating filters based on various categories.

-

Categories - enables to add of custom categories.

Tags - enables to add of custom tags.

Process Management - enables monitoring of the upload processes

-


The CMS API utilizes Graphql.

A playground is available for testing the different options at - https://cms.manage.aniview.com/backend/graphql-playground

All requests will come in the form of post requests to

https://cms.manage.aniview.com/backend/graphql/

Graphql is a query-based language.

To get objects use the query method.

To update items use the mutation method.

For questions about the API implementation please email Solution@Aniview.com

  • No labels