Quiverblocks chooses Diggama to deliver 200+ articles every month

Quick Start

Get Started with Diggama

Follow these simple steps to start using Diggama

  1. 01Account
  2. 02Blueprint
  3. 03API key
  4. 04Analytics
  5. 05First calls
  6. 06Manage
  1. 01

    Create a free account

    Sign up for a Diggama account to get started with our platform.

    Create Account
  2. 02

    Create your first blueprint

    Define your content structure using our intuitive blueprint system.

    Blueprint creation interface

    Create variants for every language you want to support

  3. 03

    Create an API Key

    Generate your API key to authenticate your requests.

    API Key generation
  4. 04

    Setup analytics

    Configure your analytics settings to track content performance.

    Analytics setup

    Create an empty token, just put a name and copy the token, it don't need any permission

    index.html
    <script 
      src="https://api.diggama.com/v1/here.js" 
      x-diggama-token="{token}" 
      async
    />

    Authorise your domain

    Domain authorization
  5. 05

    Make your firsts calls

    Start making API calls to interact with your content.

    Request
    # 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"
    Response200
    # 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"
          }
        }
      ]
    }
  6. 06

    Manage your content

    Use our dashboard to manage and organize your content efficiently.

    Go to Dashboard