by José Ícaro - WPRaiz on WordPress.org
Create WordPress posts via REST API with custom SEO fields, image uploads, primary category assignment, and integration with major SEO plugins (SEOPre …

Admin Page Interface – Displays all endpoints with copy buttons.
The WPRaiz Content API Tool is a powerful plugin that enables the creation of WordPress posts programmatically through a REST API. Ideal for developers and websites that need seamless content integration from external systems, this plugin supports:
To authenticate API requests, you must use an application password, which can be generated from your user profile in the WordPress admin dashboard.
Authorization header in the format Basic {base64_encode(username:application_password)}.Create Post Endpoint
/wp-json/api-post-creator/v1/create-post title (required): Title of the post. content (required): Content of the post. status (optional): Post status (default: draft). primary_category (optional): Primary category name. seo_title (optional): SEO title. seo_desc (optional): SEO description. image_url (optional): URL for the featured image.Check Installation Endpoint
/wp-json/api-post-creator/v1/check-status List Categories Endpoint
/wp-json/api-post-creator/v1/get-categories Similar Titles Search Endpoint
/wp-json/api-post-creator/v1/search-similar-posts?title=Your+Title+Here Este plugin é licenciado sob a GPLv3. Veja GNU’s official site para detalhes.
Para dúvidas ou suporte, visite WPRaiz Support.