Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.25 KB

bitmovin

New API Client (Recommended)

bitmovin-java is the legacy Bitmovin API client for Java.

We recommend using the new client, which you can find at bitmovin-api-sdk-java. Using the new client guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.


bitmovin-java

JAVA-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account. Sign up for a Bitmovin API key.

The full Bitmovin API reference can be found on our website.

Getting started

Maven

Add this to your pom.xml:

<dependency>
      <groupId>com.bitmovin.api</groupId>
      <artifactId>bitmovin-java</artifactId>
      <version>1.59.0</version>
</dependency>

Examples

For examples go to our example page.