Can assets be generated synchronously?
Yes. We support generating assets synchronously and asynchronously. By default, all calls are asynchronous. If you want to perform a synchronous call, you can pass the following parameter async: false to any request.
Check out our documentation for more information about Async & Sync based calls.
Check out our documentation for more information about Async & Sync based calls.
Updated on: 28/03/2022
Thank you!