WordPress · Example Payload

Wordpress Post Input Example

12

Wordpress Post Input Example is an example object payload from WordPress, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlecontentstatusexcerptauthorfeatured_mediacategoriestags

Example Payload

Raw ↑
{
  "title": "My New Post",
  "content": "This is the post content.",
  "status": "publish",
  "excerpt": "A short excerpt",
  "author": 1,
  "featured_media": 45,
  "categories": [
    1
  ],
  "tags": [
    12
  ]
}