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

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

- 04
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

- 05
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/v2/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" } } ] } - 06
Manage your content
Use our dashboard to manage and organize your content efficiently.
Go to Dashboard