โœ“ Endpoint is live

Task A - User modeling

Input: user_persona + product_details strings. Output: rating + review_text.

This URL is an API endpoint. Opening it in a browser sends GET, but the hackathon contract requires POST with a JSON body. Call this endpoint with Swagger, curl, or any HTTP client - not the address bar alone.

How to call it

POST /task-a/user-modeling
Content-Type: application/json

Example body

{
  "user_persona": "Lagos-based foodie in Yaba, mid-20s, balanced but honest reviewer. Cares about value-for-money, wait times, and authentic local taste - writes in relatable Nigerian English, not overly formal.",
  "product_details": "Iya Eba Amala Spot - Saturday lunch with a friend. Amala was soft, egusi rich without too much oil, about \u20a62,000 each, waited roughly 20 minutes."
}

Open Swagger โ†’ try it interactively ยท โ† Submission home