HubSpot · Schema

BlogPostInput

Input data for creating or updating a blog post

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales

Properties

Name Type Description
name string Internal name of the blog post
slug string URL slug for the blog post
htmlTitle string HTML title tag content
postBody string HTML content of the blog post body
postSummary string Summary or excerpt of the blog post
blogAuthorId string ID of the associated blog author
contentGroupId string ID of the blog this post belongs to
campaign string Campaign GUID
publishDate string Scheduled publish date
featuredImage string URL of the featured image
featuredImageAltText string Alt text for the featured image
metaDescription string Meta description for SEO
tagIds array Tag IDs to associate
useFeaturedImage boolean Whether to display the featured image
language string Language code
View JSON Schema on GitHub

JSON Schema

hubspot-blog-posts-blog-post-input-schema.json Raw ↑
{
  "type": "object",
  "description": "Input data for creating or updating a blog post",
  "properties": {
    "name": {
      "type": "string",
      "description": "Internal name of the blog post",
      "example": "Example Record"
    },
    "slug": {
      "type": "string",
      "description": "URL slug for the blog post",
      "example": "example-value"
    },
    "htmlTitle": {
      "type": "string",
      "description": "HTML title tag content",
      "example": "Example Record"
    },
    "postBody": {
      "type": "string",
      "description": "HTML content of the blog post body",
      "example": "This is an example description."
    },
    "postSummary": {
      "type": "string",
      "description": "Summary or excerpt of the blog post",
      "example": "example-value"
    },
    "blogAuthorId": {
      "type": "string",
      "description": "ID of the associated blog author",
      "example": "500123"
    },
    "contentGroupId": {
      "type": "string",
      "description": "ID of the blog this post belongs to",
      "example": "500123"
    },
    "campaign": {
      "type": "string",
      "description": "Campaign GUID",
      "example": "example-value"
    },
    "publishDate": {
      "type": "string",
      "description": "Scheduled publish date",
      "format": "date-time",
      "example": "2025-03-15T14:30:00Z"
    },
    "featuredImage": {
      "type": "string",
      "description": "URL of the featured image",
      "example": "example-value"
    },
    "featuredImageAltText": {
      "type": "string",
      "description": "Alt text for the featured image",
      "example": "example-value"
    },
    "metaDescription": {
      "type": "string",
      "description": "Meta description for SEO",
      "example": "This is an example description."
    },
    "tagIds": {
      "type": "array",
      "description": "Tag IDs to associate",
      "example": [
        500123
      ],
      "items": {
        "type": "integer"
      }
    },
    "useFeaturedImage": {
      "type": "boolean",
      "description": "Whether to display the featured image",
      "example": true
    },
    "language": {
      "type": "string",
      "description": "Language code",
      "example": "en"
    }
  },
  "required": [
    "name",
    "contentGroupId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlogPostInput"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hubspot-blog-posts-blog-post-input"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.