•  
      Internship_Tracker #356764 Documentation of Name Validation API Using Flask using Swagger YAML
    #356764
    Aniket Kumar (aniket.k)
    2024-12-05 15:44
    2024-12-05 15:44
    Details
    Documentation of Name Validation API Using Flask using Swagger YAML

    This code implements a REST API that calculates the similarity percentage between two names using Flask and the difflib.SequenceMatcher library. It normalizes and validates the input names and provides the similarity score as a response.Verified By Swagger YAML

    Empty
    5 - Medium
    State of Progress
    2024-12-05
    100
    2024-12-05
    Alok Ranjan (alok), Abhijeet Anand (abhi912), Aniket Kumar (aniket.k)
    2024-12-05
    Open
    Attachments
    "Name Validation API" that calculates the similarity percentage between two names. It defines the POST /validate-name endpoint, which accepts a JSON payload with name_aadhar and name_input as inputs. The API returns a success response (200) with the match percentage or error responses (400 for invalid input, 500 for server errors). The specification also includes metadata (title, description, version) and server configurations for mocking and local development.
    References
    References list is empty