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

    Back to Genju
    API Docsv1

    Genju API Documentation

    Build integrations, automate workflows, and connect your existing tools to Genju.

    Quickstart

    1

    Get your API key

    Go to Settings → API & Webhooks in Genju. Copy your API key. Keep it private.

    2

    Make your first request

    Test your key by calling the /me endpoint.

    bash
    curl https://app.genju.ai/api/v1/me \
      -H 'Authorization: Bearer YOUR_API_KEY'
    json
    {
      "id": "clxyz123",
      "business_name": "Bestja Hair Studio",
      "plan": "core",
      "credits_remaining": 423,
      "status": "active"
    }
    3

    Explore the API

    Browse the full endpoint reference or try requests live in the interactive explorer.

    Rate Limits

    Core plan: 100 req/min · Pro plan: 1,000 req/min

    See docs →