Quickstart
Get started with CHRT API in under 5 minutes. This guide will walk you through creating your account, generating API keys, and making your first API call.Step 1: Create Your Account
- Visit chrt.com and click “Sign Up”
- Verify your email address
- Complete your profile setup
Step 2: Generate API Keys
Understanding Key Types
CHRT uses two types of API keys:Public Keys
chrt_pk_…
- Safe for browser use
- Origin-restricted
- Limited scopes
Secret Keys
chrt_sk_…
- Server-to-server only
- Full access to scopes
- One-time reveal
Create Your First Key
- Navigate to your Dashboard
- Click “Create API Key”
- Configure your key:
Step 3: Make Your First API Call
Fetch Chart Tiles
The most common use case is fetching chart tiles for display:Test Interactive Features
Try the chart interaction API:Step 4: Explore Core Features
Now that you have a working setup, explore what CHRT can do:ENC Chart Tiles
Display official nautical charts in your application
Feature Identification
Click on charts to identify buoys, depth contours, and more
Offline Support
Download chart areas for offline navigation
Spatial Search
Query chart data by geographic bounds and attributes
Next Steps
1
Set Up Development Environment
Install the CHRT SDK for your preferred language
2
Configure Authentication
Learn about API key scopes and restrictions
3
Build Your First Feature
Follow our guides to implement common use cases
4
Go to Production
Create live API keys and deploy your application
