For the complete documentation index, see llms.txt. This page is also available as Markdown.

System Data

The System Endpoints offer Methods for managing System Aspects for Domains, that are not directly connected to a Media Object or influencable via Domain Settings.

System Constants

will return Lists of preconfigures, not editable Values (for example - all possible Values, a Video Genre can take)

/videogenres

GET https://api.nexx.cloud/v3.1/system/videogenres

/audiogenres

GET https://api.nexx.cloud/v3.1/system/audiogenres

/languagecodes

GET https://api.nexx.cloud/v3.1/system/languagecodes

/countrycodes

GET https://api.nexx.cloud/v3.1/system/countrycodes

/persontypes

GET https://api.nexx.cloud/v3.1/system/persontypes

/videocontenttypes

GET https://api.nexx.cloud/v3.1/system/videocontenttypes

/imagecontenttypes

GET https://api.nexx.cloud/v3.1/system/imagecontenttypes

/youtubecategories

GET https://api.nexx.cloud/v3.1/system/youtubecategories

/facebookcategories

GET https://api.nexx.cloud/v3.1/system/facebookcategories

/rokucategories

GET https://api.nexx.cloud/v3.1/system/rokucategories

Path Parameters

Name
Type
Description

string

/ttsvoices

GET https://api.nexx.cloud/v3.1/system/ttsvoices

Path Parameters

Name
Type
Description

string

/editableattributesfor

GET https://api.nexx.cloud/v3.1/system/editableattributesfor/:streamtype

Path Parameters

Name
Type
Description

streamtype

string

The Streamtype, you need to get the editable Attributes for.

/editablerestrictionsfor

GET https://api.nexx.cloud/v3.1/system/editablerestrictionsfor/:streamtype

Path Parameters

Name
Type
Description

streamtype

string

The Streamtype, you need to get the editable Attributes for.

System Incidents

In case of a serious Malfunction, this Endpoint will return all currently ongoing Incidents.

/currentincidents

GET https://api.nexx.cloud/v3.1/system/currentincidents

Last updated