Looking for the best way to protect your JavaScript source code? Stop looking. Sign up now! Did you forget your password?

JScrambler JScrambler

JScrambler API

Using the JScrambler Web User Interface is simple and it is an excellent choice when you have a couple of JavaScripts to obfuscate. But when you need to upload a project with dozens of JavaScripts, using JScrambler API is surely the best choice.


JScrambler API offers a simple and powerful way for developers to integrate JScrambler into their development environment. It is a RESTful Web API implementation that allows you to request for JavaScript compression and obfuscation using simple HTTP requests.


  • Request for compression or obfuscation of you JavaScript sources link
  • Check the status of your requests link
  • Retrive a list of your requests link
  • Download your compressed or obfuscated JavaScripts link
  • Manage your API requests at the Web UI

A good starting point that can help you to understand the JScrambler API and the client library is the JScrambler API usage tutorial in PHP.

Read more about how it works and all the details regarding the implementation of a client: