🚀 Empieza con 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"}'
💡 Consejo: Sustituye la URL por tu instancia de Rendra. Si la ejecutas en local, usa http://localhost:3001
Ver documentación de la API
Volver al inicio