🚀 Get Started with Rendra

Sign up is simple - just use our API to create an account and get your API key:

curl -X POST https://your-rendra-instance.com/api/v1/users \
  -H "Content-Type: application/json" \
  -d '{"email": "your@email.com", "plan": "free"}'
💡 Tip: Replace the URL with your Rendra instance. If running locally, use http://localhost:3001
View API Docs Back to Home