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.
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.
Add this to your pom.xml:
<dependency>
<groupId>com.bitmovin.api</groupId>
<artifactId>bitmovin-java</artifactId>
<version>1.59.0</version>
</dependency>
For examples go to our example page.