| Field | Required | Type | Default | Description |
|---|---|---|---|---|
| type | Required | String | "azureblob" | |
| account | Required | String | Storage account name | |
| key | Required | String | Storage Key | |
| container | Optional | String | Name of storage container | |
| filename | Required | String | Filename for the destination object | |
| contenttype | Optional | String | "application/octet-stream" | Mediatype (MIME) for the destination object. |
curl -X POST
-H "Content-type: application/json"
http://render.impossible.io/v2/render/Project-ID -d '
{
"movie": "Movie Name",
"params": {
Movie Parameters
},
"upload": {
"extension": "mp4",
"destination": {
"type": "azureblob",
"account": "Storage account name",
"key": "Storage key"
"container": "Name of storage container",
"filename": "File name",
"contenttype": "Content-Type, e.g. video/mp4",
}
}
}'
Terms of Use | © 2017, Impossible Software, or its affiliates.