ConnectSafely Documentation

API reference and workflow guides for ConnectSafely.

Welcome to ConnectSafely Docs

Build rich LinkedIn automation experiences with the ConnectSafely API and n8n workflows. This site mirrors the product documentation from the main app while adding live API playgrounds, code samples, and downloadable assets.

Get Started with ConnectSafely API

Follow these steps to start using the ConnectSafely API:

Step 1: Sign up for ConnectSafely

Create an account at ConnectSafely to access the API. You'll need an active account to generate API keys and make authenticated requests.

Step 2: Generate your API Key

Navigate to your dashboard and go to Settings → API Keys to generate your unique API key.

🔑  Get API Key →

Important:

  • Click the eye icon on the API Key page to reveal your key, then click copy
  • You can regenerate your API key anytime from the same page (this will invalidate the old key)
  • Keep your API key secure and never share it publicly
  • Use environment variables in production for better security

Step 3: Make your first API call

Use your API key in the Authorization header to authenticate your requests. Check out the endpoints in the API section to get started.

Base URL

All API requests should be made to:

https://api.connectsafely.ai

Authentication

All authenticated endpoints expect an API key passed as a Bearer token:

Authorization: Bearer <YOUR_API_KEY>

Next Steps

Need help? Email support@connectsafely.ai.