Description
Simple Post Publish & Rewrite using API is a WordPress plugin that allows users to publish and rewrite text content into articles automatically. The plugin leverages OpenAI’s GPT model for content generation and rewriting, making it easier to create articles with minimal effort. Additionally, any associated images (thumbnails) are automatically saved to the WordPress media library. Developers can use this API to integrate into their projects and handle auto rewrite & publishing.
Key Features
– Publish & Rewrite Content: Using OpenAI’s GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.
– API Integration: You can access the plugin’s functionality via a RESTful API, making it easy to integrate with external scripts and applications (like PHP, Python, Curl, etc.) using HTTP POST requests.
– Image Handling: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.
– Flexible Content Generation: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.
– Automatic Post Creation: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.
Requirements
– JWT Authentication for WP REST API: This plugin requires the JWT Authentication for WP REST API plugin for secure API authentication using a JWT token.
Extend this Plugin
– Telegram Bot Integration & Article Rewrite with ChatGPT: Create a Telegram bot that lets you publish articles directly to your website from Telegram. It also has the capability to generate and rewrite both the title and the post content. Buy Extension
API Endpoint
– API Endpoint URL:
https://yoursite.com/wp-json/api-publisher/v1/generate
Authentication
To use the API, authentication is required using a JWT token (Bearer). Ensure that the JWT Authentication for WP REST API plugin is installed and configured properly.
Git Repository
https://github.com/techavenuelabs/Simple-Post-Publish-Rewrite-using-API
External Services
This plugin connects to OpenAI’s GPT API to generate and rewrite article content. It sends user-provided text and settings to OpenAI’s servers for processing and retrieves the generated content. The use of this service requires an active OpenAI API key.
Service provider: OpenAI
Terms of use: OpenAI Terms of Use
Privacy policy: OpenAI Privacy Policy
Donate
If you find this plugin helpful, consider supporting us: Donate here.
Screenshots
Installation
- Download and install the plugin from the WordPress plugin directory.
- Activate the plugin from the WordPress admin dashboard.
- Install and configure the JWT Authentication for WP REST API plugin.
- Configure the settings in the WordPress admin panel to connect with OpenAI API and set other necessary options.
- Access the API from external scripts using the endpoint provided below.
FAQ
-
How do I use this plugin?
-
Just configure your OpenAI API key in the plugin settings and start publishing or rewriting articles.
For a step-by-step tutorial, watch this video:
How to Use the Simple Post Publish & Rewrite API Plugin
Reviews
Contributors & Developers
“Simple Post Publish & Rewrite using API” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Post Publish & Rewrite using API” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Improvements.
1.0
- Initial release.