Playwire Platform API Documentation
Need more flexibility implementing Playwire on your site? Harness the power of the Playwire Platform using our robust feature packed API.
Read Full ArticleThe Playwire Platform API is an easy to use interface for developers to interact with the Playwire Platform. For example, instead of logging into the Playwire admin, a developer could upload videos to the platform via one line of code.
GET, POST, PUT and DELETE are the HTTP methods developers can use to manage videos, playlists, users, video categories and player settings.
Learn MoreThe API token is automatically generated for you in the Playwire backend. It is a long string of text and numbers that is unique to your own account. We use this "token" to authenticate you to make sure you are who you say are. To find your token, follow these steps:
You can also view the steps to find your API token here.
We currently have an API client for you to test and explore the API located here.
The Bolt Video Player is Playwire’s cutting edge proprietary video player which integrates with the Playwire Platform allowing you to monetize your videos on every screen. Identify key content metrics and audience behaviors from any website your content is embedded on.
Learn MoreCustomize your Bolt Video Player look and feel, set your watermark, and ensure your branding follows your content wherever it is distributed.
Learn MoreThe best place to get started with the Bolt Player is the Bolt Video Player API Documentation. There you will learn about:
The PHP Playwire Client provides a fairly simple PHP class to manage your videos via the Playwire API. GET, POST, PUT and DELETE are the HTTP methods you can use to manage videos, playlists, playlists, users, video categories and player settings.
This client has no external dependencies. Just download the client library, place it in a location of your choosing, and require/include it where you'd like to use it.
You can download the code here
The support documentation for the Playwire Platform API is located here.
For users with WordPress sites, Playwire has provided an official plugin in the WordPress repository. The Playwire for WordPress plugin is an easy way for you to integrate with your Playwire account to manage your video inventory and posting without leaving your WordPress admin CMS.
You can download the plugin from the WordPress plugin library here or by searching "Video Player" in the "Add Plugin" page of the Wordpress Dashboard backend.
Yes, the current Playwire WordPress Plugin supports the Bolt 3.0 Video Player.
The game uses the Integrator to play an ad when the game first starts, then again each time the user quits and chooses a new level to play.
Learn MoreIf your game does not play ads, despite being approved for ads, you can retrieve some info from the AdIntegratorErrorEvent.ERROR event.
private function onAdIntegratorError(event:AdIntegratorErrorEvent):void {     trace(this,event.type,event.message,event.info); }Learn More
The latest version of the Ad Wrapper automatically pulls in the ad tags that have been associated with your account, so all you have to do is put the code in your page, place your game or other content within the part of the code we’ve marked for you, and you are done. The Pre-Game Ad Wrapper works by hiding your content while a snippet of Javascript plays an ad within the Bolt Player 3.0. Once the ad is finished, the Bolt Player hides itself, and reveals your content. Here’s an example of what the Wrapper looks like in action.
Learn MoreBecause the Pre-Game Ad Wrapper is built around Bolt Player 3.0, you can utilize all the API functions offered by Bolt. To learn more about these, please explore the Bolt Player 3.0 API documentation.
Need more flexibility implementing Playwire on your site? Harness the power of the Playwire Platform using our robust feature packed API.
Read Full ArticleClick the operation of your choice to explore it’s model and model schema. There is also a built in API Client in each operation to make test API calls with your API Token. GET, POST, PUT and DELETE HTTP Methods are availabe with the API Playwire.
Read Full ArticleThe new Bypass Encoding feature of Playwire allows selected customers to upload alreadyencoded videos to Playwire and have them posted immediately, skipping the encoding process that is normally performed automatically on all videos.
Read Full ArticleMoving from another video platform? Follow our tips and tricks to get your video content migrated to the Playwire Platform. This article will serve as a resource for your developers to plan on ingesting videos into Playwire.
Read Full ArticleFor users with Wordpress sites, Playwire has provided an official plugin in the Wordpress repository. The Playwire for WordPress plugin is an easy way for you to integrate with your Playwire.com account to manage your video inventory and posting without leaving your WordPress admin CMS.
Read Full Article