You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
These new methods will not work with older versions of the API. Please see the[Zencoder documentation](https://app.zencoder.com/docs) and our[blog post on the subject](http://blog.zencoder.com/2012/01/05/announcing-zencoder-api-v2/) for more information on APIv2.
50
+
These new methods will not work with older versions of the API. Please see the[Zencoder documentation](https://support.brightcove.com/zencoder) for more information on APIv2.
51
51
52
52
If you'd like to use the new version of the library but continue using APIv1 until you work through any integration troubles, you can do the following:
53
53
@@ -113,7 +113,7 @@ There's more you can do on jobs than anything else in the API. The following met
113
113
114
114
###create
115
115
116
-
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Job creation API call on Zencoder](http://zencoder.com/docs/api/#encoding-job). We'll auto-populate your API key if you've set it already.
116
+
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Job creation API call on Zencoder](https://docs.brightcove.com/zencoder-api/v2/doc/index.html#api-Jobs-Create_a_Job). We'll auto-populate your API key if you've set it already.
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Account creation API call on Zencoder](http://zencoder.com/docs/api/#accounts). No API key is required for this call, of course.
248
+
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Account creation API call on Zencoder](https://docs.brightcove.com/zencoder-api/v2/doc/index.html#api-Accounts-Create_an_Account). No API key is required for this call, of course.