Version 2.0.0 - Latest

CoreNexis REST API for WordPress

Transform your WordPress site into a powerful API-driven platform with JWT authentication, complete CRUD operations, media management, and secure token refresh system. Perfect for headless WordPress, mobile apps, and external integrations.

CoreNexis REST API Plugin Interface

Powerful Features for Modern WordPress

Everything you need to build API-driven WordPress applications

JWT Authentication

Secure token-based authentication with configurable expiration times and progressive refresh system. No need to modify wp-config.php or .htaccess files.

Complete CRUD Operations

Full create, read, update, and delete operations for posts, pages, users, categories, tags, and more. Everything you need to manage WordPress content programmatically.

Media Management

Upload and manage all WordPress supported media types including images, videos, audio, and documents with metadata and SEO control.

Token Refresh System

Progressive token expiry extension (1 month → 1 year → never expire) with secure credential verification for enhanced security.

SEO Meta Management

Complete control over SEO metadata, custom fields, slugs, and Open Graph tags. Compatible with Yoast SEO and All in One SEO plugins.

Plugin & Theme Control

Install, activate, deactivate plugins and switch themes remotely. Perfect for managing multiple WordPress installations from a central application.

Why Choose CoreNexis REST API?

Our plugin transforms your WordPress site into a powerful API-driven platform, enabling seamless integration with external applications, mobile apps, and headless architectures.

  • No Configuration Required

    Plug and play installation - no need to modify wp-config.php, .htaccess, or any server configuration files.

  • Enterprise-Grade Security

    JWT tokens with configurable expiration, capability checking, and secure token refresh system ensure your data stays protected.

  • Developer-Friendly

    Clean REST API endpoints with comprehensive documentation, making it easy to integrate with any programming language or framework.

  • Perfect for Headless WordPress

    Ideal for building mobile apps, React/Vue.js frontends, or any headless WordPress implementation with complete content control.

// Login and get JWT token
curl -X POST "https://yoursite.com/wp-json/corenexis/v1/login"
-H "Content-Type: application/json"
-d '{"username": "admin", "password": "yourpass"}'

// Create new post with token
curl -X POST "https://yoursite.com/wp-json/corenexis/v1/posts"
-H "Authorization: Bearer YOUR_TOKEN"
-H "Content-Type: application/json"
-d '{"title": "My Post", "content": "Content here"}'

// Upload media files
curl -X POST "https://yoursite.com/wp-json/corenexis/v1/media/upload"
-H "Authorization: Bearer YOUR_TOKEN"
-F "file=@/path/to/image.jpg"

Comprehensive API Endpoints

Complete REST API coverage for all WordPress functionality

Authentication

  • POST /login
  • POST /logout
  • GET /token/validate
  • POST /token/refresh

User Management

  • GET /users
  • POST /users
  • PUT /users/{id}
  • DELETE /users/{id}

Content Management

  • GET /posts
  • POST /posts
  • PUT /posts/{id}
  • DELETE /posts/{id}
  • GET /pages
  • POST /pages

Media Management

  • POST /media/upload
  • GET /media
  • PUT /media/{id}
  • DELETE /media/{id}

SEO & Meta

  • GET /posts/{id}/meta
  • POST /posts/{id}/meta
  • GET /categories/{id}/meta
  • POST /tags/{id}/meta

Site Management

  • GET /plugins
  • POST /plugins/install
  • GET /themes
  • POST /site/meta

Enterprise-Grade Security

Built with security as a top priority, our plugin implements multiple layers of protection to keep your WordPress site safe while providing powerful API access.

JWT Token Authentication

Secure, stateless authentication tokens with configurable expiration times and automatic refresh capabilities.

Capability Checking

Respects WordPress user permissions and capabilities, ensuring users can only access what they're authorized to see.

File Upload Security

Comprehensive file type validation, MIME type checking, and size limits to prevent malicious uploads.

Token Revocation

Instant token revocation capabilities for compromised accounts or when removing API access.

Rate Limiting

Built-in rate limiting to prevent abuse and DDoS attacks, with configurable limits per endpoint.

SSL/TLS Encryption

Enforced HTTPS connections for all API endpoints ensuring data transmission security.

Complete Media Support

Upload and manage all WordPress-supported media types via API

Images

JPEG, PNG, GIF, WebP, SVG, BMP, TIFF

Videos

MP4, AVI, MOV, WMV, WebM, OGV, MKV

Audio

MP3, WAV, OGG, WMA, M4A, AAC, FLAC

Documents

PDF, DOC, DOCX, PPT, XLS, TXT, RTF

Archives

ZIP, TAR, GZ, RAR

Commercial & Personal Use License

CoreNexis REST API Plugin is available for both personal and commercial use under our proprietary license. Use it to power your business applications, client projects, and commercial ventures.

What You CAN Do

  • Use for personal projects
  • Use for commercial applications
  • Use for client projects
  • Install on unlimited websites
  • Build products using the API
  • Create mobile applications
  • Develop SaaS platforms

What You CANNOT Do

  • Modify or edit the plugin code
  • Redistribute or share the plugin
  • Sell or resell the plugin
  • Reverse engineer the code
  • Create derivative works
  • Remove copyright notices
  • Claim ownership of the plugin

Get CoreNexis REST API Plugin for WordPress

Download the latest version and start building powerful API-driven WordPress applications today. Free to use for personal and commercial projects.

Latest Version: 2.0.0 | WordPress: 5.0+ | PHP: 7.4+ | License: Proprietary

Join Our Newsletter

Stay updated with our latest news and updates

Successfully Subscribed!
Thank you for joining our newsletter