Welcome to the Don't Swear API! Available Endpoint: POST / - Check a message for profanity. Request Body (JSON): { "message": "Your message here" } Response: { isProfanity: boolean, score: number, flaggedFor?: string } - "isProfanity": true if profanity is detected, false otherwise. - "score": Profanity confidence score. - "flaggedFor": The detected profane word or phrase (if any). Limits: - Message cannot exceed 1000 characters. - Content-Type must be application/json.