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

    Profile

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "full_name": "string",
        "avatar_url": "string",
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z"
    }
    Built with