|
API v3 Reference
Getting Started
Upload
InPlay
InPlay Admin
Appendix
|
IntroThe TubeMogul API allows developers to create customized applications that leverage the distribution and analytics capabilities available on the TubeMogul Web site. TubeMogul's API is currently restricted to partners and paid customers (with some exceptions). To gain access, please contact us using this form.
Getting StartedWe recommend the following for getting started with the TubeMogul API...
API FormatUnless otherwise noted, all API calls should be implemented using HTTP GET. The content-type of the video.upload method should be multipart/form-data in order to upload a binary file and the content-type for all other methods should be application/x-www-form-urlencoded. The responses will all be returned in a UTF-8 encoded XML file.
The endpoint URL of the API is:
Required Global ArgumentsThe arguments listed below are required for every API method call, in addition to any arguments that are specific to the method:
API Standard Error CodesSuccessful queries will result in a reponse status="ok". Unsuccessful queries will result in status="fail". (Note that for legacy support, the API also returns stat="error" and stat="ok". Please use the status attribute.) All methods can return the following status codes, in addition to per-method errors:
Resources |
