http://4o4o4hn4hsujpnbsso7tqigujuokafxys62thulbk2k3mf46vq22qfqd.onion/api
Authentication: Username/password required Example Request: curl -X POST -H "Content-Type: application/json" \
-d '{"username":"testuser","password":"testpass"}' \
https://4-0-4.io/api/auth/login Example Response: {
"status": "success",
"message": "Authentication successful",
"data": {
"user_id": 11,
"username": "testuser",
"is_admin": false
}
} API Key Management Endpoints POST /api/auth/keys Generate a new API key for the authenticated user....