🚀 Démarrer avec Rendra
Sign in to your dashboard
— or sign in with a magic link —
Prefer the API? Create a key directly
Programmatic access is simple - 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"}'
💡 Astuce : Remplacez l'URL par votre instance Rendra. En local, utilisez http://localhost:3001
Voir la documentation de l'API
Retour à l'accueil