Launch asynchronous processing for an existing folder

Summary

This endpoint starts asynchronous processing for files already uploaded to a folder. Results can be retrieved later.

Request Format

The request body must be a JSON object with a paramDict key containing:

  • webhookUrl: URL for callback notification when processing is complete (optional)
  • configId: ID of a configuration to load during job launch (optional)

If webhookUrl is provided, a POST request will be sent to this URL when processing is finished. If configId is provided, the specified configuration will be loaded for the job.

Language
Click Try It! to start a request and see the response here!