tools/modelencrypt

3D content you want to use within junaio, can be encrypted first. Starting with apilevel 3 (junaio 3.1) it is no longer required. The tools/modelencrypt request is sent from the developer's server to the junaio API to encrypt a md2 or obj model in order to use it in junaio.

The request can be used for on-the-fly encoding, otherwise the Online Model Encrypter can be used.

Please see the section 3D Models for more information on 3D Content in junaio.

Also have a look at the MISC Quickstart: Send Requests to the junaio API.

Implementation:

Request to junaio

Accepts a model file and ecnrypts the model with the junaio key. The encrypted file will be returned directly. Send request to
api.junaio.com/tools/modelencrypt/

Method: POST
File Parameters:
file:

[file:upload]

Upload of the file, which should be encrypted.

Returns:

The Content-Type header is set to the content type of the uploaded file;
the encrypted file is within the body-data.