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:
Endpoint | Description |
---|---|
Create Publishing Schedule POST /syndication-schedule | Creates 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-target | Creates 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 ID | Deletes a publishing schedule. |
Delete Publishing Target DELETE /syndication-target/Publishing Target ID | Deletes a publishing target configuration. |
Get All Publishing Locations GET /syndication-regions | Retrieves a list of locations to which you may publish. |
Get Multiple Publishing Jobs GET /syndication-jobs | Retrieves all publishing jobs. |
Get Multiple Publishing Schedules GET /syndication-schedule | Retrieves all publishing schedules. |
Get Multiple Publishing Targets GET /syndication-target | Retrieves all publishing targets. |
Get Publishing Schedule GET /syndication-schedule/Publishing Schedule ID | Retrieves the configuration for a publishing schedule. |
Get Publishing Target GET /syndication-target/Publishing Target ID | Retrieves the configuration for a specific publishing target. |
Get Syndication Publishing-Compatible Clipping Profiles GET /syndication-clipping-profiles?service=Platform | Retrieves all Facebook or YouTube Clipping profiles. |
Get Rays GET /syndication-ray-details/Publishing Schedule ID | Retrieves encoding information for the rays associated with a specific publishing schedule. |
Start / Stop Publishing PATCH /syndication-schedule-action/Publishing Schedule ID | Start or stop publishing to a social media or content distribution platform. |
Update Publishing Schedule PATCH /syndication-schedule/Publishing Schedule ID | Updates a publishing schedule. |
Update Publishing Target PATCH /syndication-target/Publishing Target ID | Updates a publishing target configuration. |
Validate Stream URL PATCH /syndication-target-test/Publishing Target ID | Validates 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>