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.

  1. Navigate to the Domains section
  2. Click "Add Domain"
  3. Enter your domain name
  4. Verify domain ownership via DNS

3. Generate an API Key

To use the API, you'll need an API key for authentication.

  1. Go to Settings → API Keys
  2. Click "Generate New Key"
  3. Give your key a descriptive name
  4. 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