Skip to Content

Examples

This section points to practical code samples and integration patterns of how to use Plainly’s REST API for various tasks. Each example includes a brief description and a link to the relevant documentation for further details.

The source code and setup instructions for all examples can be found on the @plainly-videos/examples  GitHub repository.

Render and webhook

Purpose of this example is to demonstrate the render only integration approach using the Renders API and webhook handling. It covers the following topics:

  • Creating video render jobs via the Plainly API
  • Setting up webhook endpoints to receive render completion notifications
  • Database integration to track render status and results
  • User interface for managing video generation requests

Check the detailed guide in the Plainly examples GitHub repository  .