Getting Started
Quick setup guide to get you up and running
Getting Started
Get up and running with our API in just a few minutes. This guide will walk you through the initial setup and your first API call.
Step 1: Create an Account
First, you'll need to create an account on our platform. This will give you access to the dashboard where you can manage your API keys.
Step 2: Generate an API Key
Once logged in, navigate to your Profile Settings and go to the Security tab. Here you can create new API keys for development or production use.
Step 3: Make Your First API Call
With your API key ready, you can make your first API call. Try our test endpoint to verify your setup:
bash
curl -H "X-API-Key: your_api_key_here" \
http://localhost:8000/api/v1/protected/test