DEVELOPING

Build with the framework you want!

Choose how you want to build with dotCMS — using a headless approach with modern frameworks or server-side rendering with full features templating.

Headless Development

Prefer a decoupled approach? Use dotCMS's headless CMS with SDKs to build modern, scalable apps while managing content centrally.

Server Side Templating

Take advantage of dotCMS's powerful templating engine to build your site directly within the CMS. With Velocity, the frontend lives alongside the backend, making it easier to manage your content and templates in one unified platform.

API & Playgrounds

Don't worry, they're not complex. Use our developer-friendly REST APIs to manage content, assets, and workflows programmatically across your digital ecosystem.

Get started with dotCMS REST APIs
GraphQL Playground

Interactive GraphQL query editor and schema explorer

REST API Playground

Test and explore REST API endpoints in real-time

Image API Playground

Experiment with image transformations and optimizations

Authentication
Authorization:
Bearer <your-api-token>
Request Body
{
  "contentType": "Blog",
  "title": "Getting Started with dotCMS",
  "author": "John Doe",
  "status": "PUBLISHED"
}