WordPress

WordPress

Manage WordPress sites with full REST API access. Create and edit posts, pages, media, categories, tags, and users.

Authentication: api key

Tools

List Posts
List blog posts from the WordPress site.
Get Post
Get a single post by ID.
Create Post
Create a new blog post.
Update Post
Update an existing post.
Delete Post
Delete a post (moves to trash by default).
List Pages
List pages from the WordPress site.
Get Page
Get a single page by ID.
Create Page
Create a new page.
Update Page
Update an existing page.
Delete Page
Delete a page.
List Media
List media files from the WordPress media library.
Get Media
Get a single media item by ID.
Upload Media
Upload a media file from URL.
Delete Media
Delete a media item.
List Categories
List all categories.
Create Category
Create a new category.
List Tags
List all tags.
Create Tag
Create a new tag.
List Users
List users from the WordPress site.
Get Current User
Get the currently authenticated user.
List Comments
List comments.
Get Site Info
Get WordPress site information and settings.