Change post-slug using wordpress API? Change permalink of a post using php / jquery?

post_name is the slug.

'post_name' => [ <string> ] // The name (slug) for your post

You’ll need to query for a post with matching slug before inserting a new post, WordPress will just append a number to make it unique if there is a duplicate.