- Home
- Categories
- Headless CMS
- Webiny Headless CMS API
Webiny Headless CMS API
The Webiny Headless CMS API offers a customizable GraphQL interface for efficient management of content models and workflows, tailored for serverless environments.
Developed by Webiny
Reference for available routes, request structures, and live examples.
Creates a new content item in Webiny CMS
http://localhost:4000/content-manager/collection-types/{model}curl -X POST 'http://localhost:4000/content-manager/collection-types/{model}' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"title": "New Blog Post",
"content": "Content here...",
"category": "tutorials"
}{
"id": "abc123def456",
"title": "New Blog Post",
"published_at": "2023-07-18T14:30:00Z"
}- Building content-driven websites using JAMstack architectureOptimized Capability
- Creating scalable applications with flexible content managementOptimized Capability
- Developing marketing portals with advanced content workflowsOptimized Capability
- Enterprise content management for distributed teamsOptimized Capability
- ✓ Flexible GraphQL API optimized for serverless environments
- ✓ Granular role-based access and environment-aware operations
- ✓ Multiple API modes for managing, reading, and previewing content
- ✓ Comprehensive documentation and strong community support
- ✗ No official SDK for some popular languages yet
- ✗ Authentication strictly via JWT, may require custom token management
- ✗ Rate limits are not clearly documented for enterprise tiers
- ✗ Local development base URL requires configuration for production
FAQs
API Specifications
v1Under 1 hour with existing Webiny deployment
1000 requests per minute
Free tier includes up to 1000 API requests per minute and basic CMS features with community support.
Use Case: Best For
Developers building scalable content-driven applications, JAMstack sites, and enterprise CMS solutions
Not Recommended For
Applications requiring SOAP-based integrations or non-GraphQL API styles
Explore Related APIs
Discover similar APIs to Webiny Headless CMS API
Payload CMS API
The Payload CMS API offers developers free access to robust content management tools for modern applications, with seamless integration for Node.js and MongoDB.