top of page

Webhook Notification

  • Writer: Mor Mendelevi
    Mor Mendelevi
  • Nov 6, 2023
  • 1 min read

Updated: Jan 31, 2024

Learn how to configure a webhook endpoint that will be called whenever a Generate job is finished.


To configure a webhook endpoint that will be called whenever a Generate job is finished, follow these steps:


  1. Navigate to the Settings page.

  2. The endpoint will be called using POST with a JSON detailing the generation tasks and their status. In case of success, the URL of the asset will be included in the data.


Related Posts

See All
Create a Product with API

Learn how to create a product with consecutive API calls. Creating a Product currently requires 3 Consecutive API Calls....

 
 
Generate Assets with API

Learn how to generate assets using API calls. To generate the assets, the following API call can be made: URL:...

 
 
bottom of page