Home
HubSpot
Authors Api Batch Create Input Structure
Authors Api Batch Create Input Structure
Input for batch create operations
Type: object
Properties: 1
Required: 1
Analytics Commerce Content CRM Customer Service Email Marketing Marketing Marketing Automation Sales
BatchCreateInput is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
inputs
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/authors-api-batch-create-input-structure.json",
"name": "BatchCreateInput",
"description": "Input for batch create operations",
"type": "object",
"properties": {
"inputs": {
"type": "array",
"items": {
"type": "object",
"description": "Input data for creating or updating a blog author",
"properties": {
"name": {
"type": "string",
"description": "Full display name of the author",
"example": "Example Record"
},
"slug": {
"type": "string",
"description": "URL-friendly identifier for the author",
"example": "example-value"
},
"email": {
"type": "string",
"description": "Author's email address",
"example": "jsmith@example.com"
},
"bio": {
"type": "string",
"description": "Author biography or description",
"example": "example-value"
},
"website": {
"type": "uri",
"description": "Author's personal website URL",
"example": "https://app.hubspot.com/contacts/12345"
},
"twitter": {
"type": "string",
"description": "Author's Twitter/X handle",
"example": "example-value"
},
"facebook": {
"type": "string",
"description": "Author's Facebook profile URL",
"example": "example-value"
},
"linkedin": {
"type": "string",
"description": "Author's LinkedIn profile URL",
"example": "https://app.hubspot.com/contacts/12345"
},
"avatar": {
"type": "uri",
"description": "URL to the author's avatar image",
"example": "https://app.hubspot.com/contacts/12345"
}
},
"required": [
"name"
]
},
"description": "Array of authors to create",
"example": [
{
"name": "Example Record",
"slug": "example-value",
"email": "jsmith@example.com",
"bio": "example-value",
"website": "https://app.hubspot.com/contacts/12345",
"twitter": "example-value",
"facebook": "example-value",
"linkedin": "https://app.hubspot.com/contacts/12345",
"avatar": "https://app.hubspot.com/contacts/12345"
}
]
}
},
"required": [
"inputs"
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/authors-api-batch-create-input-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.