There are two flows: direct and webhook.
First - you do a request and wait until it finish generation. curl --location 'pritset-api-url' --header 'Authorization: <your access token>' --header 'X-Secret: <your user secret>' --form 'data="Pass json data here"'
Second - in request you passing the url you want to receive a webhook, after - you receive a jobId right away and awaiting response to passed endpoint. curl --location 'pritset-api-url' --header 'Authorization: <your access token>' --header 'X-Secret: <your user secret>' --form 'data="<Pass json data here>"' --form 'url="<your-url-to-receive-webhook>"'
Test user: test-pritset@ukr.net Test password: test-pritset
I need your feedback very much.
Thanks.