We use cookies to improve your experience. Read more about how we handle your data in our GDPR policy.

    Back to Genju
    API Docsv1
    Docs

    Quickstart — First API Call in 2 Minutes

    Get your API key and make your first request to the Genju API.

    Step 1: Get your API key

    Go to **Settings → API & Webhooks** in your Genju dashboard. Click **Create API Key**, give it a label, and copy the key. Keep it private — never share it in client-side code or commit it to version control.

    Step 2: Make your first request

    Test your key by calling the `/me` endpoint. This returns your account details if authentication is valid.
    bash
    curl https://app.genju.ai/api/v1/me \
      -H 'Authorization: Bearer YOUR_API_KEY'

    Step 3: Explore the API

    Browse the full **API Reference** to see all 30 endpoints, or try requests live in the **Interactive Explorer**. Install one of our SDKs (JavaScript, Python, or PHP) to get started even faster.