Use the model conversion REST API

The model conversion service is controlled through a REST API. This API can be used to create conversions, get conversion properties, and list existing conversions.

REST API reference

The Remote Rendering REST API reference documentation can be found here, and the swagger definitions here.

We provide a PowerShell script in the ARR samples repository in the Scripts folder, called Conversion.ps1, which demonstrates the use of our service. The script and its configuration are described here: Example PowerShell scripts. We also provide SDKs for .NET and Java.

Next steps