Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 875 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 875 Bytes

bitmovin

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.36.0</version>
</dependency>

Examples

For examples go to our example page.