Create a render URL
var parameters = {
ProjectId: 'STRING_VALUE', // required
Movie: 'STRING_VALUE', // required
Params: {key: value, ...}, // required
Endpoint: 'STRING_VALUE',
Mode: 'STRING_VALUE',
Format: 'STRING_VALUE'
}
render.getRenderURL(parameters, function(err, data) {
if(err) {
console.log(err); // an error occurred
} else {
console.log(data); // successful response
}
});
| ProjectId | string | A Project ID |
| Movie | string | Movie to render |
| Params | map | Render Parameters |
| Endpoint | string | Render Endpoint |
| Mode | string | Render Mode |
| Format | string | Format of video |
err
(Error) - the error object returned from the request. Set to null if the request is successful.
data
(Object) — the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:
Token (string)Render token
URL (string)URL to render the video
Terms of Use | © 2017, Impossible Software, or its affiliates.