Getting Started
Set up your account and make your first request
1. Create an Account
Start by creating a Content Hub account. Visit our sign-up page and follow the registration process.
- Enter your email address
- Create a strong password
- Verify your email address
2. Add Your First Domain
Once logged in, add your first domain to get started.
- Navigate to the Domains section
- Click "Add Domain"
- Enter your domain name
- Verify domain ownership via DNS
3. Generate an API Key
To use the API, you'll need an API key for authentication.
- Go to Settings → API Keys
- Click "Generate New Key"
- Give your key a descriptive name
- Copy and save the key securely
4. Make Your First API Request
Now you're ready to make your first API request. Here's a simple example:
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.content-hub.net/api/domains
Next Steps
Now that you've made your first request, explore:
- Create your first content item
- Configure domain settings
- Set up webhooks for notifications
- Explore the full API documentation