Quick Start Guide

Get your first endpoint running in under 5 minutes. Perfect for newcomers to understand the core concept.

beginner
5 min
Updated recently

Get Started in 5 Minutes

Transform from zero to your first working endpoint in under 5 minutes. No complex setup, no lengthy configuration—just pure simplicity.

Your Progress

0/4 Complete
1

Create Your Account

Sign up for Enostics and get instant access to your personal API platform

30 seconds
Click the button to get started with this step
2

Create Your First Endpoint

Set up your personal endpoint where data will land, load, and launch

2 minutes
Click the button to get started with this step
3

Send Your First Data

Test your endpoint with a simple JSON payload

1 minute
Click the button to get started with this step
4

View Your Data

See your data arrive in real-time on your dashboard

30 seconds
Click the button to get started with this step

Test Your Endpoint

Once you've created your endpoint, test it with this sample cURL command:

curl -X POST https://api.enostics.com/v1/your-username/inbox \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Hello from my first test!",
    "timestamp": "2025-06-19T17:58:37.381Z",
    "source": "quick-start-guide"
  }'

Pro Tip

Replace your-username with your actual Enostics username. You can find this in your dashboard settings.

What's Next?

Congratulations! You've successfully set up your first Enostics endpoint. Here's what you can explore next:

Connect Your Data

Learn how to connect health devices, IoT sensors, and other data sources to your endpoint.

Automate Workflows

Set up automated responses and actions based on incoming data patterns.

Related Documentation