🎵 nooziq

A comprehensive music review platform with REST API

API Running at https://nooziq.com

Quick Start

Test the API with these commands:

# Health check
curl https://nooziq.com/api/health

# Login
curl -X POST https://nooziq.com/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email":"creator@test.com","password":"test"}'

# List songs
curl https://nooziq.com/api/songs

Demo Accounts

Password for all accounts: test

API Endpoints

Links

API Docs (JSON) Advertiser Dashboard