Get Started with Diggama
Follow these simple steps to start using Diggama
Create a free account
Sign up for a Diggama account to get started with our platform.
Create AccountCreate your first blueprint
Define your content structure using our intuitive blueprint system.

💡 Create variants for every language you want to support
Create an API Key
Generate your API key to authenticate your requests.

Setup analytics
Configure your analytics settings to track content performance.

💡 Create an empty token, just put a name and copy the token, it don't need any permission
<script
src="https://api.diggama.com/v1/here.js"
x-diggama-token="{token}"
async
/>
💡 Authorise your domain

Make your firsts calls
Start making API calls to interact with your content.
# Example API call for Learn Center content
curl -H "Accept: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
"https://api.diggama.com/v1/resources/learn-center?variant=en"
# Example response
{
"data": [
{
"id": "abc123",
"attributes": {
"title": "Getting Started with Diggama",
"description": "Learn how to use Diggama to manage your content",
"content": "<p>Welcome to Diggama...</p>",
"publishedAt": "2024-03-20T10:00:00Z"
}
}
]
}
Manage your content
Use our dashboard to manage and organize your content efficiently.
Go to DashboardReady to Build?
Get started with Diggama in minutes. Our comprehensive documentation will guide you through advanced features and best practices.
Key Features
Type-Safe Content
Get automatic type checking and validation for your content models
Real-time Updates
Content changes are immediately reflected across all platforms
GraphQL Support
Query your content using GraphQL for flexible data fetching
Webhooks
Set up automated workflows with custom webhooks