# bitmovin-api-sdk-java **Repository Path**: mirrors_bitmovin/bitmovin-api-sdk-java ## Basic Information - **Project Name**: bitmovin-api-sdk-java - **Description**: Java API SDK which enables you to seamlessly integrate the Bitmovin API into your projects - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Bitmovin Java API SDK Header

Java API SDK which enables you to seamlessly integrate the Bitmovin API into your projects.

Maven Javadocs License

Using this API client requires an active account. > Don't have an account yet? [Sign up for a free Bitmovin trial plan](https://dashboard.bitmovin.com/signup)! --- ## Documentation & Release Notes + Full Bitmovin API reference documentation: https://bitmovin.com/docs/encoding/api-reference + SDK reference documentation for Java: https://www.javadoc.io/doc/com.bitmovin.api.sdk/bitmovin-api-sdk + Release Notes: https://bitmovin.com/docs/encoding/changelogs/rest ## Support If you have any questions or issues with this SDK or its examples, or you require other technical support for our services, please login to your Bitmovin Dashboard at https://bitmovin.com/dashboard and [create a new support ticket](https://bitmovin.com/dashboard/support/cases/create?tab=encoding). Our team will get back to you as soon as possible :+1: --- ## Installation ### Maven Add this dependency to your project's POM: ```xml com.bitmovin.api.sdk bitmovin-api-sdk 1.267.0 compile ``` To install the API client library to your local Maven repository, simply execute: ```shell mvn clean install ``` ### Gradle Add this dependency to your project's build file: ```groovy compile group: 'com.bitmovin.api.sdk', name: 'bitmovin-api-sdk', version: '1.267.0' ``` ## Initialization ```java import com.bitmovin.api.sdk.BitmovinApi; BitmovinApi bitmovinApi = BitmovinApi.builder() .withApiKey("") .build(); ``` ## Examples You can find sample workflow scripts in the [Bitmovin API SDK examples](https://github.com/bitmovin/bitmovin-api-sdk-examples) repository. --- ## Deprecated API Client (Legacy) `bitmovin-api-sdk-java` is the latest Bitmovin API client for Java. It guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released. However, if you need to use the previous version for legacy reasons, you can still find it at [bitmovin-java](https://github.com/bitmovin/bitmovin-java).