Server-side SDKs
Call VOD APIs from Java, Python, PHP, .NET, Node.js, Go, and C/C++ using ApsaraVideo VOD server-side SDKs.
Overview
The VOD SDK wraps the 2017-03-21 API version, authenticates callers with an AccessKey pair, and signs requests automatically.
Install both the VOD SDK and the Alibaba Cloud core SDK. For Java, install `aliyun-java-sdk-vod` and `aliyun-java-sdk-core`.
Available SDKs
The VOD SDK has V1.0 and V2.0. V2.0 is recommended. Compare them in V2.0 SDK and V1.0 SDK.
Use V2.0 for new projects. To migrate an existing V1.0 integration, follow the Upgrade guide for V1.0 SDK.
|
Programming language |
V1.0 SDK source code |
V2.0 SDK source code |
|
Java |
||
|
Python |
||
|
PHP |
||
|
.NET |
||
|
Node.js |
||
|
Go |
||
|
C/C++ |
Get started
-
SDK dependencies and environment setup: ApsaraVideo VOD SDK (V1.0) | ApsaraVideo VOD SDK (V2.0).
-
This document covers Java examples and Python examples. For other languages, use the Alibaba Cloud OpenAPI Portal to generate SDK code and debug APIs online.Alibaba Cloud OpenAPI Portal. How to automatically generate SDK examples.
-
Obtain an AccessKey pair: Create an AccessKey.
-
VOD service endpoints: Endpoints.
-
API parameters and operations: API overview.
Submit feedback
Post questions in the Alibaba Cloud SDK Q&A community. Read the feedback guide before posting.