Kotia Content Integration

Kotia Content Integration

Details
View on WordPress

Kotia Content Integration provides a secure REST API for content import:

✔ Create posts via REST
✔ Upload media
✔ Create categories and tags
✔ Set featured images
✔ SEO fields support
✔ Yoast SEO compatibility (if installed)
✔ Status endpoint for connection checks
✔ Token-based authentication

If Yoast SEO is not installed, SEO fields are stored as custom fields and rendered in page head.

REST API Endpoints

POST:
– /wp-json/kotia-content-integration/v1/post
– /wp-json/kotia-content-integration/v1/media
– /wp-json/kotia-content-integration/v1/category
– /wp-json/kotia-content-integration/v1/tag
– /wp-json/kotia-content-integration/v1/set-thumbnail

GET:
– /wp-json/kotia-content-integration/v1/status

Authentication:
Authorization: Bearer TOKEN

SEO Fields

Supported fields in post creation:

{
“meta_title”: “SEO Title”,
“meta_description”: “SEO Description”,
“focus_keyword”: “Keyword”
}

If Yoast SEO is installed, fields are automatically mapped to Yoast meta.

If not installed:
– fields are stored as custom meta
– fields are available in admin
– fields are rendered in

License

GPLv2 or later

Details

Plugin code:
kotia-content-integration
Plugin version:
2.4.1
Author:
Outdated:
No
WP version:
5.8 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.9.1
Total installations:
0
Last updated:
2026-03-10
Rating:
Times rated:
0
content-import
media-upload
post-import
rest-api
seo