i have recently signed up with webpurify which would scan all the photos posted by members. How should I place the API key provided by them?

Do you need code to communicate with their service? What is needed? You will need to clarify the requirements with the service provider.

When I signed up I got the api key which needs to be integrated.

@thepicsparadise You will need to find out from them how to use their API before we can offer any assistance.

You can get information about the Webpurify API here:
https://www.webpurify.com/video-moderation/documentation/

Hi I got that…thanks…the only question is can we use codes to integrate it. If yes then how…

@pinakinsabnis1705 Wix supports interfacing with third-party APIs in a number of ways. You will need to discuss the method required with the service provider.

Here are some articles regarding interfacing options supported by Corvid:

In addition, here are some examples and tutorials:

If you feel that the code is too much for you to handle alone, please visit our Wix Marketplace where you can find pro designers and developers to help you integrate this functionality into your site.

@yisrael-wix thanks my friend…just one question…code is in XML…they have Json option as well…Will it support XML format if I code…

Hey @Pinakin Sabnis ,

XML might be problematic as you’ll need a parser. You might be able to find an appropriate one in NPM libraries in the Package Manager . JSON is much easier in our environment - after all, JSON is “JavaScript Object Notation”. So, it’s pretty much a no-brainer.

If you want to try XML, you can see an example of XML in an example I did for SVG manipulation. See this example:
Manipulate SVG This example uses the xml-js NPM library available in the Wix Package Manager to modify an existing SVG image.