Rest api for posting

When you guys posts multiple k of posts with API, how do you avoid posting duplicates? Do you first check if a post with that title already exist? How to do that?
 
When you guys posts multiple k of posts with API, how do you avoid posting duplicates? Do you first check if a post with that title already exist? How to do that?
Interesting question, I use a duplicateor plugin but have to manually scroll through to delete duplicate images, however some articles are posted and look similar in text to others so I'm interested if anyone can prevent this
 
Does anyone know how to register an account through the REST API on WordPress? Is it even possible?
 
I work with wp and woocommerce api/mysql insert.

Woocommerce has more evolute api. Actually I use mysql to manage post, taxonomies and custodia field using api to Push featured image and gallery.

Instead of mysql I use woocommerce api to insert product.

Obviusly with Python
 
Back
Top