WEBHOOK
When image will be processed on our server (about 1-2 minutes after sending)
we will notify you via URL you have entered as webhook in your
profile API settings.
You may use either webhook or previous route, or them both.
In code example you can see request format which will be sent to your
server once when photo will be processed.
-
result_url is url to photo on makenude.ai service
-
Link result_url expires after one hour since sending,
so it's highly recommended to download this photo and store it on your server
-
id was given to you in response of previous request for this photo
- To be sure that request was came from our servers we
duplicate your token in webhook request, and you may check it on your server.