Changeset 3197705
- Timestamp:
- 11/26/2024 09:44:28 PM (16 months ago)
- Location:
- simple-publish-rewrite-api
- Files:
-
- 2 edited
-
tags/1.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-publish-rewrite-api/tags/1.1/readme.txt
r3195994 r3197705 16 16 17 17 === Key Features === 18 -**Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.19 -**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.20 -**Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.21 -**Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.22 -**Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.18 – **Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles. 19 – **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. 20 – **Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library. 21 – **Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags. 22 – **Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management. 23 23 24 24 === Requirements === 25 -**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.25 – **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. 26 26 27 27 == Installation == … … 35 35 == API Endpoint == 36 36 37 -**API Endpoint URL**:37 – **API Endpoint URL**: 38 38 `https://yoursite.com/wp-json/api-publisher/v1/generate` 39 39 … … 74 74 Just configure your OpenAI API key in the plugin settings and start publishing or rewriting articles. 75 75 76 For a step-by-step tutorial, watch this video: 77 [How to Use the Simple Post Publish & Rewrite API Plugin](https://www.youtube.com/watch?v=dH-viqHbTDA) 78 76 79 == Donate == 77 80 -
simple-publish-rewrite-api/trunk/readme.txt
r3195990 r3197705 16 16 17 17 === Key Features === 18 -**Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.19 -**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.20 -**Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.21 -**Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.22 -**Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.18 – **Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles. 19 – **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. 20 – **Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library. 21 – **Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags. 22 – **Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management. 23 23 24 24 === Requirements === 25 -**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.25 – **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. 26 26 27 27 == Installation == … … 35 35 == API Endpoint == 36 36 37 -**API Endpoint URL**:37 – **API Endpoint URL**: 38 38 `https://yoursite.com/wp-json/api-publisher/v1/generate` 39 39 … … 74 74 Just configure your OpenAI API key in the plugin settings and start publishing or rewriting articles. 75 75 76 For a step-by-step tutorial, watch this video: 77 [How to Use the Simple Post Publish & Rewrite API Plugin](https://www.youtube.com/watch?v=dH-viqHbTDA) 78 76 79 == Donate == 77 80
Note: See TracChangeset
for help on using the changeset viewer.