Simple API Creator - Complete Description
Category: Development • Platform: WordPress Plugin
Simple API Creator (Admin Managed)
This plugin enables a custom REST API endpoint for your WordPress site, allowing you to programmatically manage content from external applications. It is designed for developers who need a simple, secure way to push data without the complexity of full OAuth setups.
Key Features:
- Secure Authentication: Manage a custom API Key directly from the WordPress Admin settings.
- Content Creation: Remotely create posts and pages using standard WordPress parameters.
- Media Handling: Supports remote file uploads to the WordPress Media Library.
- Taxonomy Management: Easily add categories or custom taxonomy terms via API.
- Developer Friendly: Provides a single, unified POST endpoint for multiple content types.
Usage:
- Navigate to Settings > Simple API to set your API Key.
- Send a
POSTrequest towp-json/simple-api/v1/create. - Include your key in the header:
X-API-KEY: your_key_here.