@mobilapp/action-post
v1.0.2
Published
Post your video to a specified URL Endpoint after rendering is finished
Downloads
3
Readme
Action: Post
Post your video to a specified URL Endpoint after rendering is finished
Installation
npm i @mobilapp/action-post -gUsage
When creating your render job provide this module as one of the postrender actions:
// job.json
{
"actions": {
"postrender": [
{
"module": "@mobilapp/action-post",
"params": {
"filename": "xxx.mp4",
"url": "https://xxxe/api/videoimport",
"AccessKey": "xxxxx"
}
}
]
}
}Information
filenamefilename of uploaded file.urlEndpoint URL fpr POST.AccessKeyKex fpr Authorization Header.
