Brainy

Welcome Back

sign in to your sonic account

No account? Register · Back

Create Account

join the acoustic revolution

Already registered? Sign In · Back

Live Audio Levels

Volume 0.00
Intensity 0%

Analysis History

No analyses yet. Start your first pulse!

API Access

Use your API key to integrate Sonic Pulse data into your applications.

API Endpoint

GET /api/v1/data
Headers: x-api-key: {your_key}
Response:
{
  "status": "success",
  "data": {
    "user": "username",
    "analysis": {
      "avgDecibel": 45.2,
      "peakDecibel": 78.1,
      "timestamp": "2024-01-01T00:00:00.000Z"
    }
  }
}