You can create a movie by sending a POST request to /movies with a list of inputs.
You can poll the GET request to the /movies/:uid endpoint for status updates and retrieve the Movie object referenced by its uid.
By using a webhook, you can be notified when the Movie is rendered. Use the webhook_url parameter to tell Bannerbear where to POST the full Movie object, once the rendering is completed. The movie object will be posted to your webhook as JSON.
Check the API Reference ↗ page for an example of this.