published

Webiny Headless CMS API

The Webiny Headless CMS API enables developers to manage content models, entries, and workflows efficiently using a fully customizable GraphQL interface, built for serverless environments.

null%Uptime
nullmsLatency
0Stars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Creates a new content item in Webiny CMS

Full Endpoint URL
http://localhost:4000/content-manager/collection-types/{model}
Implementation Example
curl -X POST 'http://localhost:4000/content-manager/collection-types/{model}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "title": "New Blog Post",
  "content": "Content here...",
  "category": "tutorials"
}
Expected Response
{
  "id": "abc123def456",
  "title": "New Blog Post",
  "published_at": "2023-07-18T14:30:00Z"
}
Version:v1
Limit:60 requests/minute
Real-World Applications
  • {'items': ['Build statically generated or dynamic websites with modern JAMstack workflows.'Optimized Capability
  • 'Manage product catalogs and marketing content in e-commerce platforms.'Optimized Capability
  • 'Integrate with static site generators like GatsbyOptimized Capability
  • Next.jsOptimized Capability
  • or Hugo.'Optimized Capability
  • 'Centralize content for web appsOptimized Capability
  • mobile appsOptimized Capability
  • or digital signage.'Optimized Capability
  • 'Create multilingual and multi-regional content workflows for global reach.']}Optimized Capability

API Specifications

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
{'items': ['JSON']}
Supported Languages
7 Languages
SDK Support
REST Only
Rate Limit

1000 requests per minute (free tier), 10,000+ per minute (paid)

Use Case: Best For

Not Recommended For

#serverless#cms

Explore Related APIs

Discover similar APIs to Webiny Headless CMS API

View All APIs
FREEMIUM

Payload CMS API

The Payload CMS API provides developers with robust tools for managing content in modern applications, integrating seamlessly with Node.js and MongoDB.

Headless CMSView Details