# 5centsCDN ## API Reference - [Introduction](https://5centscdn.documentationai.com/introduction.md): Welcome to the 5centsCDN API — a complete RESTful interface for managing your CDN infrastructure. - [Quickstart](https://5centscdn.documentationai.com/quickstart.md): Make your first 5centsCDN API call. By the end of this guide you will have made your first authenticated API call and listed your CDN zones. - [Authentication](https://5centscdn.documentationai.com/authentication.md): Authenticate every 5centsCDN API request using your API key. - [List All Streams](https://5centscdn.documentationai.com/api-reference/get-streams.md): list streams - [List Push Streams](https://5centscdn.documentationai.com/api-reference/get-streams-push.md): push list - [Create Push Stream](https://5centscdn.documentationai.com/api-reference/post-streams-push-new.md): Create a Push stream - [Get Push Stream](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid.md): Returns the details of a push stream - [Update Push Stream](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid.md): Update the information of push stream - [Delete Push Stream](https://5centscdn.documentationai.com/api-reference/delete-streams-push-streamid.md): Delete the information of push stream. To cast request method POST and parameters _METHOD = DELETE - [Update Source Settings](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-source.md): Change the ingest source region for a Push stream. Use the server field to specify one or more source region server IDs. Multiple server IDs can be provided as comma-separated values. - [List Servers](https://5centscdn.documentationai.com/api-reference/get-streams-push-servers.md): Return the list of servers of push stream - [Get Stream Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid-statistics.md): Returns the details of a push stream statistics - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-status.md): Update status of stream - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid-restore.md): Restore a push stream - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid-restart.md): Restart a push stream - [Update Transcoding Profile](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-transcode.md): Update the transcode of a push stream - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-domainlock.md): Update the domainlock of a publish stream - [Update Geo Block](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-geoblock.md): Update the geoblock of a push stream - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-securetoken.md): Update secure token of a push stream - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-rtmpauth.md): Update RTMPAuth of push stream - [Update NDVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-ndvr.md): No description found - [Update DVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-record.md): No description found - [Add Platform](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-platforms.md): Add the platform of a push stream - [Update Platform](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-platform-platformid.md): Update the platform of a push stream - [Delete Platform](https://5centscdn.documentationai.com/api-reference/delete-streams-push-streamid-platform-platformid.md): Delete the Platform of push stream. To cast request method POST and parameters _METHOD = DELETE - [Restart Platform](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid-platform-platformid-restart.md): Restart the platform of a push stream - [Update Platform Status](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-platform-platformid-status.md): Status the platform of a push stream - [Update Ad Insertion Settings](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion.md): Updates the ad insertion record for the push stream. The record must already exist (i.e. ad insertion must have been enabled with PUT first). - [Enable Ad Insertion](https://5centscdn.documentationai.com/api-reference/put-streams-push-streamid-adinsertion.md): Creates (or updates) the ad insertion record for the push stream. Requires the service to have **Advanced Features** enabled and an available ad insertion slot. - [Delete Ad Insertion](https://5centscdn.documentationai.com/api-reference/delete-streams-push-streamid-adinsertion.md): Reserved - returns error / Not implemented until a backend method is available. - [Configure Ad Server](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-server.md): Sets the upstream VAST/VMAP ad server URL, query parameters and custom origin headers. Triggers a stream-adserver provisioning job. - [Configure Pre-Roll Ads](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-preroll.md): Enables or disables live ad pre-roll. When enabled is N the pre-roll configuration is removed entirely. - [Configure Ad Replacement](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-replacement.md): Enables or disables live ad replacement. When enabled is N the replacement configuration is removed entirely. - [Add Ad Break Schedule](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-schedule.md): Adds a new ad break schedule. Two schedule types are supported. Maximum 10 schedules per stream. - [Update Ad Break Schedule](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-schedule-scheduleid.md): Updates the cron pattern, duration and recurrence limit of an existing type 1 schedule. - [Delete Ad Break Schedule](https://5centscdn.documentationai.com/api-reference/delete-streams-push-streamid-adinsertion-schedule-scheduleid.md): Deletes the schedule record. When mode is clear, all queued triggers are also deleted. - [List Ad Triggers](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-triggers.md): Returns the queued ad break triggers belonging to this stream. - [Delete Ad Trigger](https://5centscdn.documentationai.com/api-reference/delete-streams-push-streamid-adinsertion-trigger-triggerid.md): Deletes a single queued trigger from both beanstalkd and the database. - [Trigger Cue-Out](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid-adinsertion-cue-out.md): Sends a SCTE-35 cue-out signal to the stream encoder. - [Trigger Cue-In](https://5centscdn.documentationai.com/api-reference/get-streams-push-streamid-adinsertion-cue-in.md): Sends a SCTE-35 cue-in signal to the stream encoder. - [Get Ad Consumption](https://5centscdn.documentationai.com/api-reference/post-streams-push-streamid-adinsertion-consumption.md): Returns ad insertion consumption data grouped by the requested time resolution. - [List Streams](https://5centscdn.documentationai.com/api-reference/get-streams-restream.md): pull streams list - [Create Pull Stream](https://5centscdn.documentationai.com/api-reference/post-streams-restream-new.md): Create a restream - [Get Pull Stream](https://5centscdn.documentationai.com/api-reference/get-streams-restream-streamid.md): Return the details of a restream - [Update Pull Stream](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid.md): Update information of a restream - [Delete Pull Stream](https://5centscdn.documentationai.com/api-reference/delete-streams-restream-streamid.md): Delete information of a restream. To cast request method POST and parameters _METHOD = DELETE - [Update Source URL](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-source.md): No description found - [List Servers](https://5centscdn.documentationai.com/api-reference/get-streams-restream-servers.md): Return the list of servers of pull stream - [Get Stream Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-restream-streamid-statistics.md): Returns the details of a pull stream statistics - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-restream-streamid-restart.md): Restart a restream - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-restream-streamid-restore.md): Restore a restream - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-status.md): Update status of stream - [Update Transcoding Profile](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-transcode.md): Update the transcode of a pull stream - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-domainlock.md): Update domain lock of a restream - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-securetoken.md): Update secure token of a restream - [Update Geo Block](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-geoblock.md): No description found - [Update NDVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-ndvr.md): No description found - [Update DVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-record.md): Update DVR of a restream - [Add Platform](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-platforms.md): Add the platform of a pull stream - [Update Platform](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-platform-platformid.md): Update the platform of a pull stream - [Delete Platform](https://5centscdn.documentationai.com/api-reference/delete-streams-restream-streamid-platform-platformid.md): Delete the Platform of pull stream. To cast request method POST and parameters _METHOD = DELETE - [Restart Platform](https://5centscdn.documentationai.com/api-reference/get-streams-restream-streamid-platform-platformid-restart.md): Restart the platform of a pull stream - [Update Platform Status](https://5centscdn.documentationai.com/api-reference/post-streams-restream-streamid-platform-platformid-status.md): Status the platform of a pull stream - [Update Ad Insertion Settings](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion.md): Updates the ad insertion record for the pull stream. The record must already exist (i.e. ad insertion must have been enabled with PUT first). - [Enable Ad Insertion](https://5centscdn.documentationai.com/api-reference/put-streams-pull-streamid-adinsertion.md): Creates (or updates) the ad insertion record for the pull stream. Requires the service to have **Advanced Features** enabled and an available ad insertion slot. - [Delete Ad Insertion](https://5centscdn.documentationai.com/api-reference/delete-streams-pull-streamid-adinsertion.md): Reserved - returns error / Not implemented until a backend method is available. - [Configure Ad Server](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-server.md): Sets the upstream VAST/VMAP ad server URL, query parameters and custom origin headers. Triggers a stream-adserver provisioning job. - [Configure Pre-Roll Ads](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-preroll.md): Enables or disables live ad pre-roll. When enabled is N the pre-roll configuration is removed entirely. - [Configure Ad Replacement](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-replacement.md): Enables or disables live ad replacement. When enabled is N the replacement configuration is removed entirely. - [Add Ad Break Schedule](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-schedule.md): Adds a new ad break schedule. Two schedule types are supported. Maximum 10 schedules per stream. - [Update Ad Break Schedule](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-schedule-scheduleid.md): Updates the cron pattern, duration and recurrence limit of an existing type 1 schedule. - [Delete Ad Break Schedule](https://5centscdn.documentationai.com/api-reference/delete-streams-pull-streamid-adinsertion-schedule-scheduleid.md): Deletes the schedule record. When mode is clear, all queued triggers are also deleted. - [List Ad Triggers](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-triggers.md): Returns the queued ad break triggers belonging to this stream. - [Delete Ad Trigger](https://5centscdn.documentationai.com/api-reference/delete-streams-pull-streamid-adinsertion-trigger-triggerid.md): Deletes a single queued trigger from both beanstalkd and the database. - [Trigger Cue-Out](https://5centscdn.documentationai.com/api-reference/get-streams-pull-streamid-adinsertion-cue-out.md): Sends a SCTE-35 cue-out signal to the stream encoder. - [Trigger Cue-In](https://5centscdn.documentationai.com/api-reference/get-streams-pull-streamid-adinsertion-cue-in.md): Sends a SCTE-35 cue-in signal to the stream encoder. - [Get Ad Consumption](https://5centscdn.documentationai.com/api-reference/post-streams-pull-streamid-adinsertion-consumption.md): Returns ad insertion consumption data grouped by the requested time resolution. - [List ABR Streams](https://5centscdn.documentationai.com/api-reference/get-streams-abr.md): List Multi Bitrate Push streams - [Create ABR Stream](https://5centscdn.documentationai.com/api-reference/post-streams-abr-new.md): Create a new ABR stream - [Get ABR Stream](https://5centscdn.documentationai.com/api-reference/get-streams-abr-streamid.md): Returns the details of an abr stream - [Update ABR Stream](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid.md): Update information of ABR stream. - [Delete ABR Stream](https://5centscdn.documentationai.com/api-reference/delete-streams-abr-streamid.md): Delete information of ABR stream. To cast request method POST and parameters _METHOD = DELETE - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid-status.md): Update status of stream - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-abr-streamid-restart.md): Restart ABR - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-abr-streamid-restore.md): Restore ABR Stream - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid-domainlock.md): No description found - [Update Geo Block](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid-geoblock.md): Update Geoblock of ABR - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid-rtmpauth.md): Update RTMP auth of ABR - [Update NDVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid-ndvr.md): Update Ndvr ABR - [Update DVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-abr-streamid-record.md): Update Record ABR - [List Multistream Streams](https://5centscdn.documentationai.com/api-reference/get-streams-publish.md): Restream list - [Create Multistream Stream](https://5centscdn.documentationai.com/api-reference/post-streams-publish-new.md): Create new Restream (push or pull type) - [Get Multistream Stream](https://5centscdn.documentationai.com/api-reference/get-streams-publish-streamid.md): Return the details of restream. - [Update Multistream Stream](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid.md): Update information of Restream - [Delete Multistream Stream](https://5centscdn.documentationai.com/api-reference/delete-streams-publish-streamid.md): Delete information of a restream. To cast request method POST and parameters _METHOD = DELETE - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-status.md): Update status of stream - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-publish-streamid-restore.md): Restore publish stream - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-publish-streamid-restart.md): Restart publish stream. - [Get Stream Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-publish-streamid-statistics.md): Return the details of restream statistics - [Update Transcoding Profile](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-transcode.md): Update the transcode of a publish stream - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-rtmpauth.md): Update RTMP auth of Restream - [Add Platform](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-platforms.md): Add the platform of a publish stream - [Update Platform](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-platform-platformid.md): Update the platform of a publish stream - [Delete Platform](https://5centscdn.documentationai.com/api-reference/delete-streams-publish-streamid-platform-platformid.md): Delete the Platform of publish stream. To cast request method POST and parameters _METHOD = DELETE - [Restart Platform](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-platform-platformid-restart.md): Restart the platform of a publish stream - [Update Platform Status](https://5centscdn.documentationai.com/api-reference/post-streams-publish-streamid-platform-platformid-status.md): Status the platform of a publish stream - [List DVR Streams](https://5centscdn.documentationai.com/api-reference/get-streams-record.md): List DVR streams - [Get DVR Stream](https://5centscdn.documentationai.com/api-reference/get-streams-record-streamid.md): Return the details of a DVR stream. - [Update DVR Stream](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid.md): Update information of a record stream. - [Delete DVR Stream](https://5centscdn.documentationai.com/api-reference/delete-streams-record-streamid.md): Delete information of a record stream. - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-record-streamid-restore.md): Restore record stream - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-record-streamid-restart.md): Restart record stream - [Get Stream Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-record-streamid-statistics.md): Return the details of a DVR stream statistics. - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid-status.md): Update status of stream - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid-domainlock.md): Update Domainlock of a record stream - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid-securetoken.md): Update Secure token of record stream. - [Update Geo Block](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid-geoblock.md): Update geo block of record stream - [Trigger DVR Export](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid-export.md): Update DVR Export of record stream - [Update Auto Export Settings](https://5centscdn.documentationai.com/api-reference/post-streams-record-streamid-autoexport.md): Update DVR Auto Export of record stream - [Create Delayed Stream](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-new.md): insert informations of a delayed stream - [List Delayed Streams](https://5centscdn.documentationai.com/api-reference/get-streams-timeshift.md): List Delayed streams - [Get Delayed Stream](https://5centscdn.documentationai.com/api-reference/get-streams-timeshift-streamid.md): Return Delayed streams - [Update Delayed Stream](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid.md): Update informations of a delayed stream - [Delete Delayed Stream](https://5centscdn.documentationai.com/api-reference/delete-streams-timeshift-streamid.md): Delete informations of a delayed stream. To cast request method POST and parameters _METHOD = DELETE - [List Source Streams](https://5centscdn.documentationai.com/api-reference/get-streams-timeshift-parents.md): Return the parents of a Delayed stream - [Get Stream Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-timeshift-streamid-statistics.md): Return Delayed streams statistics - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-status.md): Update status of stream - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-timeshift-streamid-restart.md): Restart Delayed stream - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-timeshift-streamid-restore.md): Restore Delayed stream - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-securetoken.md): Update secure token of a delayed stream - [Update Geo Block](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-geoblock.md): Update Geo block of a delayed stream - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-domainlock.md): Update domainlock of a delayed stream. - [Add Platform](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-platforms.md): Add the platform of a delayed stream - [Update Platform](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-platform-platformid.md): Update the platform of a delayed stream - [Delete Platform](https://5centscdn.documentationai.com/api-reference/delete-streams-timeshift-streamid-platform-platformid.md): Delete the Platform of delayed stream. To cast request method POST and parameters _METHOD = DELETE - [Restart Platform](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-platform-platformid-restart.md): Restart the platform of a delayed stream - [Update Platform Status](https://5centscdn.documentationai.com/api-reference/post-streams-timeshift-streamid-platform-platformid-status.md): Status the platform of a delayed stream - [List Scheduled Playlists](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist.md): scheduledplaylist. - [Create Scheduled Playlist](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-new.md): Create new scheduled playlist - [Get Scheduled Playlist](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid.md): Return details of the stream. - [Update Scheduled Playlist](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid.md): Update information of scheduled playlist - [Delete Scheduled Playlist](https://5centscdn.documentationai.com/api-reference/delete-streams-scheduledplaylist-streamid.md): Delete information of scheduled playlist. To cast request method POST and parameters _METHOD = DELETE - [Restore Stream](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid-restore.md): Restore a scheduled playlist - [Restart Stream](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid-restart.md): Restart scheduled playlist - [Get Stream Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid-statistics.md): Return details of the stream statistics - [Get Playlist Statistics](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid-statistics-playlist.md): Return details of the stream playlist statistics - [List Playlist Events](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid-playlists-events.md): Return details of the stream playlist - [Create Playlist](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-playlist-new.md): Create new playlist - [Get Playlist](https://5centscdn.documentationai.com/api-reference/get-streams-scheduledplaylist-streamid-playlist-playlistid.md): Get the playlist - [Update Playlist](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-playlist-playlistid.md): Update the playlist - [Delete playlist](https://5centscdn.documentationai.com/api-reference/delete-streams-scheduledplaylist-streamid-playlist-playlistid.md): Delete the playlist of Scheduled stream. To cast request method POST and parameters _METHOD = DELETE - [Clone Playlist](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-playlist-playlistid-clone.md): Create the playlist - [Enable / Disable Stream](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-status.md): Update status of stream - [Update Transcoding Profile](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-transcode.md): Update the transcode of a scheduled stream - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-securetoken.md): Update secure token of a scheduled playlist. - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-rtmpauth.md): Update RTMP auth of a scheduled playlist. - [Update Geo Block](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-geoblock.md): Update geoblock of scheduled playlist - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-domainlock.md): Update domain lock of scheduled playlist. - [Add Platform](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-platforms.md): Add the platform of a Scheduled stream - [Update Platform](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-platform-platformid.md): Update the platform of a Scheduled stream - [Delete Platform](https://5centscdn.documentationai.com/api-reference/delete-streams-scheduledplaylist-streamid-platform-platformid.md): Delete the Platform of Scheduled stream. To cast request method POST and parameters _METHOD = DELETE - [Restart Platform](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-platform-platformid-restart.md): Restart the platform of a Scheduled stream - [Update Platform Status](https://5centscdn.documentationai.com/api-reference/post-streams-scheduledplaylist-streamid-platform-platformid-status.md): Status the platform of a Scheduled stream - [Get DVR Recording Report](https://5centscdn.documentationai.com/api-reference/post-streams-reports-dvr.md): No description found - [List Live Transcoding Profiles](https://5centscdn.documentationai.com/api-reference/get-streams-settings-profiles.md): List Live Transcoding Profiles - [Create Transcoding Profile](https://5centscdn.documentationai.com/api-reference/post-streams-settings-profiles-new.md): add stream profiles setting - [Update Transcoding Profile](https://5centscdn.documentationai.com/api-reference/post-streams-settings-profiles-profileid.md): update stream profiles setting - [Delete Transcoding Profile](https://5centscdn.documentationai.com/api-reference/delete-streams-settings-profiles-profileid.md): Delete the profile of stream. To cast request method POST and parameters _METHOD = DELETE - [List Transcoding Filters](https://5centscdn.documentationai.com/api-reference/get-streams-settings-filters.md): List File Transcoding Filters - [Create Transcoding Filter](https://5centscdn.documentationai.com/api-reference/post-streams-settings-filters-new.md): Create File Transcoding Filters - [Update Transcoding Filter](https://5centscdn.documentationai.com/api-reference/post-streams-settings-filters-filterid.md): Edit Transcoding Profile Filter - [Delete Transcoding Filter](https://5centscdn.documentationai.com/api-reference/delete-streams-settings-filters-filterid.md): Delete the information of Transcoding Profile filter. To cast request method POST and parameters _METHOD = DELETE - [Update Domain Lock Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-security-domainlock.md): update stream domain setting - [Update Geo Block Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-security-geoblock.md): update streams geoblock setting - [Update Secure Token Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-security-securetoken.md): update stream securetoken setting - [Update IP Access Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-security-rtmpauth.md): update stream rtmpauth setting - [Update DVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-record.md): update stream record setting - [Update NDVR Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-record-ndvr.md): update stream ndvr setting - [Update CNAME Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-cname.md): update stream cname setting - [Update Hash Settings](https://5centscdn.documentationai.com/api-reference/post-streams-settings-hash.md): update stream hash setting - [Zone](https://5centscdn.documentationai.com/api-reference/get-zones-http-push.md): Return HTTP push zone details - [Get Servers](https://5centscdn.documentationai.com/api-reference/get-zones-http-push-servers.md): HTTP Push Zone Servers - [Create Zone](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-new.md): Create a new HTTP Push Zone - [Zone](https://5centscdn.documentationai.com/api-reference/get-zones-http-push-zoneid.md): Return HTTP push zone details - [Update Info](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid.md): Update the information of HTTP Push Zone - [Delete Info](https://5centscdn.documentationai.com/api-reference/delete-zones-http-push-zoneid.md): Delete the information of HTTP Push Zone. To cast request method POST and parameters _METHOD = DELETE - [Update SSL](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-ssl.md): Update SSL of HTTP push zone - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-securetoken.md): Update SecureToken of HTTP push zone - [Update Geoblock](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-geoblock.md): Update geblock of HTTP push zone - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-domainlock.md): Update domain lock of HTTP push zone - [Update bandwidth limit](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-bwlimit.md): Update bandwidth limit of HTTP push zone - [Update Edge Settings](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-edge.md): Update Edge settings of HTTP push zone - [Update Cache](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-cache.md): Update cache of HTTP Push Zone - [Import HTTP Push Zone](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-import.md): Import HTTP Push Zone - [Zone File Manager List](https://5centscdn.documentationai.com/api-reference/get-zones-http-push-zoneid-filemanager-list.md): Zone File Manager List - [Zone File Manager info](https://5centscdn.documentationai.com/api-reference/get-zones-http-push-zoneid-filemanager-info.md): Zone File Manager info - [Restore](https://5centscdn.documentationai.com/api-reference/get-zones-http-push-zoneid-restore.md): Restore HTTP push zone - [Zone Cache Purge](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-restore.md): Purge cache of a HTTP push zone - [Zone](https://5centscdn.documentationai.com/api-reference/get-zones-http-pull.md): Zone HTTP Pull list - [Create Zone](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull.md): Create a new HTTP Pull Zone - [Zone](https://5centscdn.documentationai.com/api-reference/get-zones-http-pull-zoneid.md): Return HTTP pull zone details - [Update Info](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid.md): update the information of HTTP pull Zone - [Delete Info](https://5centscdn.documentationai.com/api-reference/delete-zones-http-pull-zoneid.md): Delete the information of HTTP pull Zone. To cast request method POST and parameters _METHOD = DELETE - [Update Seo](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-seo.md): Update Seo of HTTP pull zone - [Update originip](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-originip.md): Update originip of HTTP pull zone - [Update SSL](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-ssl.md): Update SSL of HTTP pull zone - [Update Secure Token](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-securetoken.md): Update SecureToken of HTTP pull zone - [Update Bandwidth limit](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-bwlimit.md): Update Bandwidth limit of HTTP pull zone - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-domainlock.md): Update Domain lock of HTTP pull zone - [Update Geoblock](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-geoblock.md): Update Geoblock of HTTP pull zone - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-ipaccess.md): Update IP access control of HTTP pull zone - [Update User Agent](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-useragent.md): Update user agent access control of HTTP pull zone - [Update Edge Settings](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-edge.md): Update Edge settings of HTTP record zone - [Update shield Settings](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-shield.md): Update shield settings of HTTP record zone - [Update Cache](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-cache.md): Update Cache HTTP Push Zone - [Purge](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-purge.md): Purge cache of a HTTP pull zone - [Restore](https://5centscdn.documentationai.com/api-reference/get-zones-http-pull-zoneid-restore.md): Restore HTTP pull zone - [POST /zones/http/settings/security/domainlock](https://5centscdn.documentationai.com/api-reference/post-zones-http-settings-security-domainlock.md): update zone http domain setting - [update zone http geoblock setting](https://5centscdn.documentationai.com/api-reference/post-zones-http-settings-security-geoblock.md): update zone http domain setting - [update zone http securetoken setting](https://5centscdn.documentationai.com/api-reference/post-zones-http-settings-security-securetoken.md): update zone http securetoken setting - [update zone http bwlimit setting](https://5centscdn.documentationai.com/api-reference/post-zones-http-settings-security-bwlimit.md): update zone http bwlimit setting - [update zone http ipaccess setting](https://5centscdn.documentationai.com/api-reference/post-zones-http-settings-security-ipaccess.md): update zone http ipaccess setting - [update zone http useragent setting](https://5centscdn.documentationai.com/api-reference/post-zones-http-settings-security-useragent.md): update zone http useragent setting - [VoD Push](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push.md): Return VoD Push zones - [Get Servers](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push-servers.md): Vod Push Zone Servers - [Create Zone](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-new.md): Create a new VOD push Zone - [Zone](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push-zoneid.md): Return VoD push zone details - [Update Info](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid.md): Update information of a VoD Push zone - [Delete Info](https://5centscdn.documentationai.com/api-reference/delete-zones-vod-push-zoneid.md): Delete information of a VoD Push zone. To cast request method POST and parameters _METHOD = DELETE - [Update SSL](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-ssl.md): Update SSL of VoD push zone - [Update Geoblock](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-geoblock.md): Update Geoblock of VoD push zone - [Update External Auth Control](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-eac.md): Update External auth control for of VoD push zone - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-domainlock.md): Update Domain lock of VoD push zone - [Update Securetoken](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-securetoken.md): Update Securetoken of VoD push zone - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-ipaccess.md): Update IP access control of VoD push zone - [Update User Agent](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-useragent.md): Update user agent access control of VoD push zone - [Update Edge Settings](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-edge.md): Update Edge settings of VoD push zone - [Update Cache](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-cache.md): Update cache settings of VoD push zone - [Prefetch Cache](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-prefetch.md): Prefetch specific files into cache for a VoD push zone - [Import VOD Push Zone](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-import.md): Import VOD Push Zone - [Zone filemanager List](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push-zoneid-filemanager-list.md): Zone filemanager List - [Zone filemanager info](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push-zoneid-filemanager-info.md): Zone filemanager info - [Restore](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push-zoneid-restore.md): Restore VoD push zone - [Purge](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-purge.md): Purge cache of a VoD Push zone - [VoD Pull](https://5centscdn.documentationai.com/api-reference/get-zones-vod-pull.md): Return VoD Pull zones - [Create Zone](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-new.md): Create a new VOD pull Zone - [Zone](https://5centscdn.documentationai.com/api-reference/get-zones-vod-pull-zoneid.md): Return VoD pull zone details - [Update Info](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid.md): Update information of a VoD Pull zone - [Delete Info](https://5centscdn.documentationai.com/api-reference/delete-zones-vod-pull-zoneid.md): Delete information of a VoD Pull zone. To cast request method POST and parameters _METHOD = DELETE - [Update Zone Status](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-status.md): Enable or disable a VoD pull zone - [Update SSL](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-ssl.md): Update SSL of VoD pull zone - [Update Geoblock](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-geoblock.md): Update Geoblock of VoD pull zone - [Update External Auth Control](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-eac.md): Update External auth control for of VoD push zone - [Update Domain Lock](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-domainlock.md): Update Domain lock of VoD push zone - [Update Securetoken](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-securetoken.md): Update securetoken of VoD pull zone - [Update IP Access](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-ipaccess.md): Update IP access control of VoD pull zone - [Update User Agent](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-useragent.md): Update user agent access control of VoD pull zone - [Update shield Settings](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-shield.md): Update shield settings of VOD record zone - [Update Edge Settings](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-edge.md): Update Edge settings of VoD push zone - [Update Cache](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-cache.md): Update cache settings of VoD pull zone - [Prefetch Cache](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-prefetch.md): Prefetch specific files into cache for a VoD pull zone - [Restore](https://5centscdn.documentationai.com/api-reference/get-zones-vod-pull-zoneid-restore.md): Restore VoD pull zone - [Purge](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-purge.md): Purge cache of a VoD pull zone - [update zone vod domain setting](https://5centscdn.documentationai.com/api-reference/post-zones-vod-settings-security-domainlock.md): update zone vod domain setting - [update zone vod geoblock setting](https://5centscdn.documentationai.com/api-reference/post-zones-vod-settings-security-geoblock.md): update zone vod domain setting - [update zone vod securetoken setting](https://5centscdn.documentationai.com/api-reference/post-zones-vod-settings-security-securetoken.md): update zone vod securetoken setting - [update zone vod ipaccess setting](https://5centscdn.documentationai.com/api-reference/post-zones-vod-settings-security-ipaccess.md): update zone vod ipaccess setting - [update zone vod useragent setting](https://5centscdn.documentationai.com/api-reference/post-zones-vod-settings-security-useragent.md): update zone vod useragent setting - [List All Encoding Jobs](https://5centscdn.documentationai.com/api-reference/get-transcoding.md): List all encoding jobs for the service. No date filter — returns all. - [Query Encoding Jobs](https://5centscdn.documentationai.com/api-reference/post-transcoding.md): Multi-purpose POST endpoint. Behaviour depends on body content: - No body + query string `r` / `r&i`: filter jobs by date range and optionally zone. - Body `view=job`: get single job details by jobid and index (form-encoded). - Body `view=new`: get new / polling jobs (form-encoded). - [List Active Encoding Jobs](https://5centscdn.documentationai.com/api-reference/get-transcoding-jobs.md): List all active / pending video encoding job queue for the service. - [List Active Jobs by Zone](https://5centscdn.documentationai.com/api-reference/get-transcoding-jobs-zoneid.md): List all active encoding jobs for a specific zone. - [Create Encoding Job](https://5centscdn.documentationai.com/api-reference/post-transcoding-jobs-profileid.md): Add a file encoding job. - [Retry Encoding Job](https://5centscdn.documentationai.com/api-reference/get-transcoding-jobs-retry-jobid.md): Retry an encoding job after fixing issues. - [Cancel Encoding Job](https://5centscdn.documentationai.com/api-reference/get-transcoding-jobs-cancel-jobid.md): Cancel an encoding job. Jobs can only be cancelled before they are processed. - [List Encoding Profiles](https://5centscdn.documentationai.com/api-reference/get-transcoding-profiles.md): List all file transcoding profiles for the service. - [Create Default Preset Profiles](https://5centscdn.documentationai.com/api-reference/post-transcoding-profiles-defaults.md): These presets will be automatically added to your new zones. - [Create Encoding Profile](https://5centscdn.documentationai.com/api-reference/post-transcoding-profiles-new.md): Create a new transcoding profile. - [Update Encoding Profile](https://5centscdn.documentationai.com/api-reference/post-transcoding-profiles-profileid.md): Edit an existing transcoding profile. - [Delete Encoding Profile](https://5centscdn.documentationai.com/api-reference/delete-transcoding-profiles-profileid.md): Delete the information of a transcoding profile. To cast request method POST, include parameter _METHOD = DELETE. - [List Encoding Filters](https://5centscdn.documentationai.com/api-reference/get-transcoding-filters.md): List all file transcoding filters for the service. - [Create Encoding Filter](https://5centscdn.documentationai.com/api-reference/post-transcoding-filters-new.md): Create a new file transcoding filter. - [Update Encoding Filter](https://5centscdn.documentationai.com/api-reference/post-transcoding-filters-filterid.md): Edit an existing transcoding profile filter. - [Delete Encoding Filter](https://5centscdn.documentationai.com/api-reference/delete-transcoding-filters-filterid.md): Delete the information of a transcoding profile filter. To cast request method POST, include parameter _METHOD = DELETE. - [Update Notification Settings](https://5centscdn.documentationai.com/api-reference/post-transcoding-notifications-defaults.md): Updates email addresses and webhook URLs for encode-completion notifications. The emails field is a comma-separated list of email addresses; webhooks is a comma-separated list of HTTP/HTTPS URLs. - [Resend Job Completion Notification](https://5centscdn.documentationai.com/api-reference/post-transcoding-notifications-resend.md): Looks up a completed encode job and re-POSTs the original completion payload to all configured webhook URLs. Exactly one of index, infile, or outfile must be provided along with zoneid. - [List Zones](https://5centscdn.documentationai.com/api-reference/get-dns.md): No description found - [Create Zone](https://5centscdn.documentationai.com/api-reference/post-dns.md): No description found - [Get Updated Status](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-updated.md): No description found - [Enable/Disable Zone](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-status.md): No description found - [Delete Zone](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid.md): No description found - [Restore Zone](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-restore.md): No description found - [Export Zone](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-export.md): No description found - [Import Zone](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-import.md): No description found - [Get Zone Statistics](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-statistics.md): No description found - [Get Zone Statistics (Last 30 Days)](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-statistics-last30.md): No description found - [Get Zone Statistics (Monthly)](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-statistics-monthly-year.md): No description found - [Get Zone Statistics (Yearly)](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-statistics-yearly.md): No description found - [Get Zone Statistics (Daily)](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-statistics-daily-year-month.md): No description found - [Get Zone Statistics (Hourly)](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-statistics-hourly-year-month-day.md): No description found - [Get Zone DNSSEC](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-dnssec.md): No description found - [Activate Zone DNSSEC](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-dnssec.md): No description found - [Get Zone SOA](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-soa.md): No description found - [Update Zone SOA](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-soa.md): No description found - [Get Mail Forwards](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-mail.md): No description found - [Update Mail Forward](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-mail.md): No description found - [Add Mail Forward](https://5centscdn.documentationai.com/api-reference/put-dns-dnsid-mail.md): No description found - [Delete Mail Forward](https://5centscdn.documentationai.com/api-reference/delete-dns-dnsid-mail.md): No description found - [Get Records](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-records.md): No description found - [Add Record](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-records.md): No description found - [Update Record](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-records-recordid.md): No description found - [Delete Record](https://5centscdn.documentationai.com/api-reference/delete-dns-dnsid-records-recordid.md): No description found - [Enable/Disable Record](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-records-recordid-status.md): No description found - [Proxy Record](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-records-recordid-proxy.md): No description found - [Get/Activate Record DynamicURL](https://5centscdn.documentationai.com/api-reference/get-dns-dnsid-records-recordid-dynamicurl.md): No description found - [Delete/Disable Record DynamicURL](https://5centscdn.documentationai.com/api-reference/post-dns-dnsid-records-recordid-dynamicurl.md): No description found - [Analytics Statistics](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-analytics-stats.md): No description found - [Analytics Data](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-analytics-data.md): No description found - [Analytics Search Assets](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-analytics-search-assets.md): No description found - [Analytics Search Titles](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-analytics-search-titles.md): No description found - [Analytics Search Tags](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-analytics-search-tags.md): No description found - [Skins List](https://5centscdn.documentationai.com/api-reference/get-players-5centscdn-skins.md): No description found - [Create Player Skin](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-skins.md): No description found - [Get Player Skin](https://5centscdn.documentationai.com/api-reference/get-players-5centscdn-skins-skinid.md): No description found - [Update Player Skin](https://5centscdn.documentationai.com/api-reference/post-players-5centscdn-skins-skinid.md): No description found - [Delete Player Skin](https://5centscdn.documentationai.com/api-reference/delete-players-5centscdn-skins-skinid.md): No description found - [List verified domains](https://5centscdn.documentationai.com/api-reference/get-account-dv.md): No description found - [Add a domain for verification](https://5centscdn.documentationai.com/api-reference/post-account-dv.md): No description found - [Show domain verification details](https://5centscdn.documentationai.com/api-reference/get-account-dv-dvid.md): No description found - [Delete a domain verification record](https://5centscdn.documentationai.com/api-reference/post-account-dv-dvid.md): No description found - [Trigger domain DNS TXT record validation](https://5centscdn.documentationai.com/api-reference/get-account-dv-dvid-validate.md): No description found - [List SSL certificates](https://5centscdn.documentationai.com/api-reference/get-account-ssl.md): No description found - [Upload a new SSL certificate](https://5centscdn.documentationai.com/api-reference/post-account-ssl-new.md): No description found - [Show SSL certificate details](https://5centscdn.documentationai.com/api-reference/get-account-ssl-sslcertid.md): No description found - [Update an SSL certificate](https://5centscdn.documentationai.com/api-reference/post-account-ssl-sslcertid.md): No description found - [Delete an SSL certificate](https://5centscdn.documentationai.com/api-reference/delete-account-ssl-sslcertid.md): No description found - [Show Bandwidth Overage Protection settings](https://5centscdn.documentationai.com/api-reference/get-account-bwop.md): No description found - [Update Bandwidth Overage Protection limit](https://5centscdn.documentationai.com/api-reference/post-account-bwop.md): No description found - [Update Bandwidth Auto Recharge settings](https://5centscdn.documentationai.com/api-reference/post-account-recharge.md): No description found - [List API keys](https://5centscdn.documentationai.com/api-reference/get-account-api.md): No description found - [Create a new API key](https://5centscdn.documentationai.com/api-reference/post-account-api-new.md): No description found - [Show API key details](https://5centscdn.documentationai.com/api-reference/get-account-api-apikeyid.md): No description found - [Update an API key](https://5centscdn.documentationai.com/api-reference/post-account-api-apikeyid.md): No description found - [Delete an API key](https://5centscdn.documentationai.com/api-reference/delete-account-api-apikeyid.md): No description found - [Traffic Resources](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-resources.md): Returns a map of resource-hash to resource-ID for all CDN resources (streams, push zones, pull zones) on the account. Use the returned hashes in `resource_hashes` filter fields on all other analytics endpoints. - [Traffic Summary](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-summary.md): Returns aggregate traffic metrics for the selected date range. - [Traffic Summary Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-summary-line.md): Returns per-time-bucket traffic metrics for the selected date range, along with period totals and granularity metadata. - [Traffic Summary Card](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-summary-card.md): Returns current-period totals, equivalent previous-period totals, and percentage deviations for all core traffic metrics. - [Edge Location Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-location.md): Returns traffic metrics grouped by edge Point-of-Presence (PoP) location ID. - [Edge Location Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-location-line.md): Returns per-time-bucket metrics for a specific PoP location. - [Country Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-country.md): Returns traffic metrics grouped by visitor country name. - [Country Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-country-line.md): Returns per-time-bucket metrics for a specific country. - [Browser Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-browser.md): Returns traffic metrics grouped by browser User-Agent string. - [Browser Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-browser-line.md): Returns per-time-bucket metrics for a specific browser User-Agent. - [OS Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-os.md): Returns traffic metrics grouped by client operating system. - [OS Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-os-line.md): Returns per-time-bucket metrics for a specific OS. - [Referrer Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-referrer.md): Returns traffic metrics grouped by referrer domain/URL. - [Referrer Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-referrer-line.md): Returns per-time-bucket metrics for a specific referrer string. - [File Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-file.md): Returns traffic metrics grouped by requested file path, sorted by traffic descending. - [File Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-file-line.md): Returns per-time-bucket metrics for a specific file path. - [Visitor Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-visitor.md): Returns traffic metrics grouped by client IP address (unique visitor), sorted by traffic descending. - [Visitor Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-visitor-line.md): Returns per-time-bucket metrics for a specific visitor IP address. - [Device Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-device.md): Returns traffic metrics grouped by device category (e.g. Generic Smartphone, Desktop). - [Device Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-device-line.md): Returns per-time-bucket metrics for a specific device type. - [Status Code Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-statuscode.md): Returns traffic metrics grouped by HTTP response code (200, 206, 301, 404, etc.). - [Status Code Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-statuscode-line.md): Returns per-time-bucket metrics for a specific HTTP status code. - [Cache Status Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-cache.md): Returns traffic metrics broken down by cache status for the selected date range. - [Cache Status Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-cache-line.md): Returns per-time-bucket metrics for a specific cache status (HIT, MISS, etc.). - [Cache Status Card](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-cache-card.md): Returns current and previous period request counts per cache status (HIT, MISS, EXPIRED, BYPASS, -), plus percentage deviations. - [ASN Analytics](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-asn.md): Returns traffic metrics grouped by Autonomous System (AS) name. - [ASN Trend](https://5centscdn.documentationai.com/api-reference/post-analytics-traffic-asn-line.md): Returns per-time-bucket metrics for a specific ASN. - [List Rules](https://5centscdn.documentationai.com/api-reference/get-zones-http-push-zoneid-rules.md): Returns all configured edge rules for the given zone, together with the zone's default-behavior entries. The response `rules` array is used to populate the Edge Rules summary table; `behaviors` contains the single default-behavior object. - [Create Rule](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-rules-rule.md): Creates a new edge rule for the zone. The body must include `"_METHOD": "PUT"` alongside the standard rule payload. On success the server returns `result: "success"` with a human-readable message. - [Update or Delete Rule](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-rules-rule-ruleid.md): **Update** — omit `_METHOD` or do not send it; the full rule options object is sent as the body and the rule is updated in place. **Delete** — include `"_METHOD": "DELETE"` as the only body field. The rule identified by `ruleId` is permanently removed. - [List Rules](https://5centscdn.documentationai.com/api-reference/get-zones-http-pull-zoneid-rules.md): Returns all configured edge rules for the given zone, together with the zone's default-behavior entries. The response `rules` array is used to populate the Edge Rules summary table; `behaviors` contains the single default-behavior object. - [Create Rule](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-rules-rule.md): Creates a new edge rule for the zone. The body must include `"_METHOD": "PUT"` alongside the standard rule payload. On success the server returns `result: "success"` with a human-readable message. - [Update or Delete Rule](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-rules-rule-ruleid.md): **Update** — omit `_METHOD` or do not send it; the full rule options object is sent as the body and the rule is updated in place. **Delete** — include `"_METHOD": "DELETE"` as the only body field. The rule identified by `ruleId` is permanently removed. - [List Rules](https://5centscdn.documentationai.com/api-reference/get-zones-vod-push-zoneid-rules.md): Returns all configured edge rules for the given zone, together with the zone's default-behavior entries. The response `rules` array is used to populate the Edge Rules summary table; `behaviors` contains the single default-behavior object. - [Create Rule](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-rules-rule.md): Creates a new edge rule for the zone. The body must include `"_METHOD": "PUT"` alongside the standard rule payload. On success the server returns `result: "success"` with a human-readable message. - [Update or Delete Rule](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-rules-rule-ruleid.md): **Update** — omit `_METHOD` or do not send it; the full rule options object is sent as the body and the rule is updated in place. **Delete** — include `"_METHOD": "DELETE"` as the only body field. The rule identified by `ruleId` is permanently removed. - [List Rules](https://5centscdn.documentationai.com/api-reference/get-zones-vod-pull-zoneid-rules.md): Returns all configured edge rules for the given zone, together with the zone's default-behavior entries. The response `rules` array is used to populate the Edge Rules summary table; `behaviors` contains the single default-behavior object. - [Create Rule](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-rules-rule.md): Creates a new edge rule for the zone. The body must include `"_METHOD": "PUT"` alongside the standard rule payload. On success the server returns `result: "success"` with a human-readable message. - [Update or Delete Rule](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-rules-rule-ruleid.md): **Update** — omit `_METHOD` or do not send it; the full rule options object is sent as the body and the rule is updated in place. **Delete** — include `"_METHOD": "DELETE"` as the only body field. The rule identified by `ruleId` is permanently removed. - [Update HTTP Pull Default Behavior](https://5centscdn.documentationai.com/api-reference/post-zones-http-pull-zoneid-rules-behavior-behaviorid.md): Saves changes to the zone's default behavior entry. The payload structure is identical to a rule update (`RulePayload`) but the `name` and `rule` fields are effectively ignored — only `options` is applied. `behaviorId` is the `id` from the behaviors array returned by GET rules. - [Update HTTP Push Default Behavior](https://5centscdn.documentationai.com/api-reference/post-zones-http-push-zoneid-rules-behavior-behaviorid.md): Saves changes to the zone's default behavior entry. The payload structure is identical to a rule update (`RulePayload`) but the `name` and `rule` fields are effectively ignored — only `options` is applied. `behaviorId` is the `id` from the behaviors array returned by GET rules. - [Update VOD Pull Default Behavior](https://5centscdn.documentationai.com/api-reference/post-zones-vod-pull-zoneid-rules-behavior-behaviorid.md): Saves changes to the zone's default behavior entry. The payload structure is identical to a rule update (`RulePayload`) but the `name` and `rule` fields are effectively ignored — only `options` is applied. `behaviorId` is the `id` from the behaviors array returned by GET rules. - [Update VOD Push Default Behavior](https://5centscdn.documentationai.com/api-reference/post-zones-vod-push-zoneid-rules-behavior-behaviorid.md): Saves changes to the zone's default behavior entry. The payload structure is identical to a rule update (`RulePayload`) but the `name` and `rule` fields are effectively ignored — only `options` is applied. `behaviorId` is the `id` from the behaviors array returned by GET rules. - [Validate Rule Pattern](https://5centscdn.documentationai.com/api-reference/post-validate-rule.md): Checks whether the supplied `rule` glob/pattern is syntactically valid for the given zone. Called client-side with a 500 ms debounce as the user types the rule pattern field. Returns `result: "success"` when the pattern is valid.