get
https://api.motionlab.io/v2/renderStatus/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
