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.
REST API Reference
All 30 endpoints with schemas and examples
Webhooks
20 real-time events with payload examples
Code Examples
JavaScript, Python, and PHP SDKs
API Explorer
Try endpoints interactively in the browser
Rate Limits
Core plan: 100 req/min · Pro plan: 1,000 req/min