Graduation API
    • AI_API
      • API Root
        GET
      • API Health Status
        GET
      • Water Hyacinth Detection
        POST
      • Schemas
        • PredictionSchema
    • backend_API
      • Profiles
        • List profiles
        • Create profile
        • Update profile
        • Delete profile
      • Classification Runs
        • List classification runs
        • Create classification run
        • Update classification run
        • Delete classification run
      • Schemas
        • Profile
        • ProfileInput
        • ClassificationRun
        • ClassificationRunInput
    Github Repo

    ProfileInput

    {
        "full_name": "Yousef Dawood",
        "avatar_url": "https://example.com/avatar.png"
    }
    Built with