get https://api.motionlab.io/v2/renderStatus/
Is the video ready?
For cases where is needed to check the status of selected video, this endpoint provides values like Status, Message or Fail reason.
Example response
{
"renderStatus": "Running",
"statusMessage": "Rendering is in progress.",
"failReason": null
}
{
"renderStatus": "Rendered",
"statusMessage": "Video successfully rendered.",
"failReason": null
}