Skip to main content
POST
Create a WordPress post. Resolves category and tag names internally.

Authorizations

X-Service-Token
string
header
required

Body

application/json
title
string
required
content
string
required
status
string | null
default:draft
excerpt
string | null
categories
string | null
tags
string | null

Response

Tool result. The shape is tool-specific; most tools return a JSON object, some a {"result": ...} envelope.

The response is of type object.