BetterData API

RESTful API for BetterData Platform

📡 API Status

Health Check: /api/health

Version: v1.0.0

🚀 Available Endpoints

GET /api/v1/example

Example GET endpoint with optional query parameter

curl https://api.betterdata.co/api/v1/example?name=John

POST /api/v1/example

Example POST endpoint with JSON body

curl -X POST https://api.betterdata.co/api/v1/example \
  -H "Content-Type: application/json" \
  -d '{"key": "value"}'

© 2025 BetterData. All rights reserved.