Begin your journey with Eleni's platform with step-by-step instructions, code examples, and interactive tools.
Let's Build Something Cool 💡All you'll need is an API key from your dashboard and any standard command-line tool or HTTP client.
We recommend using curl
for command-line testing.
brew install curl
Create an API key from your dashboard to authenticate requests.
You'll be redirected to your account settings
Retrieve sample user data using our Users endpoint
curl -X GET "https://api.eleni.dev/v1/users?user_id=12345" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
200 OK {"message": "Welcome to Eleni API!", "status": "success", "documentation": "https://api.eleni.dev/docs"}
Need different parameters? Modify the request above and try again!
Dig into advanced features like event creation, multi-format responses, and rate limiting.
View API DocsAsk questions, share ideas, and connect with fellow Eleni developers on our forum.
Community Forum