JSON API
0 min
indexing api v2 brings in json support to index the products following are a few key concepts for the api restful http approach the indexing api is built on the principles of representational state transfer (rest) this means it leverages standard http methods for communication you can perform operations like adding, updating, or deleting catalog items, making integrating with your existing systems easy asynchronous and batch processing the api operates asynchronously and in batches when you initiate changes to your catalog using the api, it creates a job for each action the jobs are executed in asynchronous and distributed ways to achieve scale and performance this job based approach allows us to manage and optimize the processing of a large number of catalog updates efficiently security measures klevu's indexing api prioritizes the security of catalog updates to submit data, you must generate a token using your secret key this two step verification process ensures that only authorized users can change the catalog it's a critical security measure to protect your valuable data in summary, klevu's indexing api offers a versatile and secure way to manage your store catalog, and it does so with a restful, asynchronous, and batch oriented approach by incorporating job monitoring and a stringent security process, it becomes a valuable asset for e commerce merchants using klevu's product discovery suite

