Syndication

The Syndication Publishing API administers publishing target configurations and schedules, validates stream URLs, and starts/stops publishing to a social media or content distribution platform.

It supports the following endpoints:

EndpointDescription
Create Publishing Schedule POST /syndication-scheduleCreates a publishing scheduleRefers to a configuration that identifies a live channel or live event and a publishing target. Use a publishing schedule to syndicate a live channel or a live event to a social media platform..
Create Publishing Target POST /syndication-targetCreates a publishing targetRefers to a configuration that identifies the URL to which your content may be published. A publishing schedule leverages a publishing target configuration to syndicate a live channel or a live event to a social media platform. configuration.
Delete Publishing Schedule DELETE /syndication-schedule/Publishing Schedule IDDeletes a publishing schedule.
Delete Publishing Target DELETE /syndication-target/Publishing Target IDDeletes a publishing target configuration.
Get All Publishing Locations GET /syndication-regionsRetrieves a list of locations to which you may publish.
Get Multiple Publishing Jobs GET /syndication-jobsRetrieves all publishing jobs.
Get Multiple Publishing Schedules GET /syndication-scheduleRetrieves all publishing schedules.
Get Multiple Publishing Targets GET /syndication-targetRetrieves all publishing targets.
Get Publishing Schedule GET /syndication-schedule/Publishing Schedule IDRetrieves the configuration for a publishing schedule.
Get Publishing Target GET /syndication-target/Publishing Target IDRetrieves the configuration for a specific publishing target.
Get Syndication Publishing-Compatible Clipping Profiles GET /syndication-clipping-profiles?service=PlatformRetrieves all Facebook or YouTube Clipping profiles.
Get Rays GET /syndication-ray-details/Publishing Schedule IDRetrieves encoding information for the rays associated with a specific publishing schedule.
Start / Stop Publishing PATCH /syndication-schedule-action/Publishing Schedule IDStart or stop publishing to a social media or content distribution platform.
Update Publishing Schedule PATCH /syndication-schedule/Publishing Schedule IDUpdates a publishing schedule.
Update Publishing Target PATCH /syndication-target/Publishing Target IDUpdates a publishing target configuration.
Validate Stream URL PATCH /syndication-target-test/Publishing Target IDValidates that our service can connect to a social media or content distribution platform using the stream URL associated with a specific publishing target.

Base URL

Use the following base URL:

<https://services.uplynk.com/api/v4>