How do I create a movie via API?

Creating the Movie

You can create a movie by sending a POST request to /movies with a list of inputs.

Retrieving the Movie

You can poll the GET request to the /movies/:uid endpoint for status updates and retrieve the Movie object referenced by its uid.

Using a Webhook

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.

Have a question?

Contact our customer support team anytime via chat or email