You don't need to use API calls or create any endpoints for online validation in this case. Validation can be handled directly on the client side, depending on your requirements and the architecture of your app. If you're referring to validating user input or form data, consider using client-side libraries or built-in validation methods instead of relying on a backend service.