Overview
API keys provide secure programmatic access to GDELT Cloud for automated scripts, applications, and integrations. Use API keys to query data, create alerts, and manage resources via the REST API.Generating API Keys
1
Navigate to API Keys
From your dashboard, go to Settings → API Keys
2
Create new key
Click Create New Key and provide:
- Name: Descriptive name (e.g., “Production Server”, “Dev Environment”)
- Optional notes: Internal description for your reference
3
Copy your key
The key format is:
gdelt_sk_<64_hexadecimal_characters>Example: gdelt_sk_a1b2c3d4e5f6... (64 hex characters total)4
Store securely
Save your API key using:
- Environment variables
- Secret managers (AWS Secrets Manager, HashiCorp Vault)
- Encrypted configuration files
Using API Keys
Authentication Header
Include your API key in theAuthorization header using the Bearer scheme:

