License3j-API
    License3j-API
    • Create a fresh license in memory
      POST
    • Show the license available in memory
      GET
    • Upload a license file to memory
      POST
    • Add feature to a license
      POST
    • Generate Private and Public Key Pair
      POST
    • Download Generated Keys
      GET
    • Upload a private key to memory
      POST
    • Upload a public key to memory
      POST
    • Dump Public Key
      GET
    • Sign the license
      POST
    • Verify license signature
      GET
    • Download Signed License
      GET
    • Check if a license is loaded in memory
      GET
    • Check if a license requires signing
      GET
    • Check if a license requires saving
      GET
    • Check if a private key is loaded in memory
      GET
    • Check if a public key is loaded in memory
      GET
    • API Status
      GET
    • Get Session ID
      GET

      Download Signed License

      GET
      https://license3j-api.onrender.com/api/license/save
      Last modified:2025-05-27 15:39:44
      Maintainer:Not configured
      Allows you to download the signed license.
      NOTE: If your license is not signed, you will be prompted to sign the license first, before saving.

      Request

      Query Params

      Header Params

      Body Params multipart/form-data

      Responses

      🟢200Download Signed License
      application/octet-stream
      Body

      🟠400License not loaded in memory
      🟠409License Unsigned
      🔴500I/O Errors
      🟠406Invalid License Names
      🟠400Empty License Name
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://license3j-api.onrender.com/api/license/save?licenseName=test.bin&format=BINARY'
      Response Response Example
      400 - License not loaded in memory
      {"status":"No license in memory. Please create or load a license"}
      Modified at 2025-05-27 15:39:44
      Previous
      Verify license signature
      Next
      Check if a license is loaded in memory
      Built with