Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitmovin/api-sdk

Package Overview
Dependencies
Maintainers
0
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitmovin/api-sdk

Bitmovin JS/TS API SDK

  • 1.206.0
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Bitmovin TypeScript/JavaScript API SDK Header

TypeScript/JavaScript API SDK which enables you to seamlessly integrate the Bitmovin API into your projects.

npm version License

Using this API client requires an active account.

Don't have an account yet? Sign up for a free Bitmovin trial plan!


Documentation & Release Notes

Support

If you have any questions regarding the SDK, provided examples or our services, please log in to your Bitmovin Dashboard at https://bitmovin.com/dashboard and create a support ticket. Our team will get back to you as soon as possible :+1:


Installation

npm install @bitmovin/api-sdk@1.206.0

Initialization

Node

Using ES6 import

import BitmovinApi from '@bitmovin/api-sdk';

const bitmovinApi = new BitmovinApi({apiKey: '<YOUR_API_KEY>'});

With require

exports.__esModule = true;
const BitmovinApi = require('@bitmovin/api-sdk')["default"];

const bitmovinApi = new BitmovinApi({apiKey: '<YOUR_API_KEY>'});

Browser

Use @bitmovin/api-sdk/dist/bitmovin-api-sdk.browser.js or bitmovin-api-sdk.browser.min.js for the minified version.

ES5 with Modules (CommonJS)

Import @bitmovin/api-sdk/dist/index.js.

Types

  • Typescript (@bitmovin/api-sdk/dist/index.d.ts)

Examples

You can find sample workflow scripts in the Bitmovin API SDK examples repository.


Deprecated API Client (Legacy)

bitmovin-api-sdk-javascript is the latest Bitmovin API client for TypeScript / JavaScript. 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-javascript.

Keywords

FAQs

Package last updated on 24 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc