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.36.0</version>
</dependency>
For examples go to our example page.