The Media Management API is the only Way to create, update or modify "standard" Media Items or References. All other Endpoints, who may create Media Items only create Items in a UGC Context.
Media Creation, Editing and Removal
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/fromurl
/fromurl
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/fromdata
/fromdata
Please notice, that the Streamtypes "Person" and "Group" needs slightly different Parameters:
name or artistname instead of title
gender [m, f, n] (only if Person)
type [PersonType Enum] optional, will default to Domain default Type, if omitted
post
https://api.nexx.cloud/v3.1/
manage/:streamtype/fromtopic
/fromtopic
put
https://api.nexx.cloud/v3.1/
manage/:streamtype/:item/update
/update
The List of all supported Attributes and possible Values can always be found via API on the /system/editableattributesfor/:streamtype Endpoint.
There is also an Endpoint to implicitely create Posts by sharing the Link of a Media Item to a Platform instead of physically exporting it. You will find the /exportaspost Endpoint under Media Export Management.