Media Export Management
With the Media Export Management Endpoints, it is possible to manage the Lifecycle of nexxOMNIA Media Items on 3rd Party Platforms. Additionally, for Sharing and Review Processes, the Preview Links are manageable here.
Please notice, that nexxOMNIA can also create simple, text-based Posts without a Media Item. The Streamtype "post" is reserved for this kind of Media. As the Creation of a Post is not really an Export, but a direct Media Creation, you will find this Endpoint (/posts/fromtext) under "Media Management".
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/export
/export
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/exportaspost
/exportaspost
Please notice, that the Streamtype "article" behaves differently. An Article can serve as Post Source for a Link to this Article - or can be the Post itself. In this Case, no Link will be included in the created Post.
put
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/updateexport
/updateexport
delete
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/removeexport
/removeexport
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/addpreviewlink
/addpreviewlink
delete
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/removepreviewlink/:previewlinkid
/removepreviewlink
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/adddownloadlink
/adddownloadlink
delete
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/removedownloadlink/:downloadlinkid
/removedownloadlink
Last modified 2mo ago