What to build
A POST /upload route that accepts a conversation export file, auto-detects its format, runs the appropriate parser, and persists the conversation metadata and messages to the database. Returns the new conversation ID.
Acceptance criteria
Blocked by
What to build
A
POST /uploadroute that accepts a conversation export file, auto-detects its format, runs the appropriate parser, and persists the conversation metadata and messages to the database. Returns the new conversation ID.Acceptance criteria
POST /uploadaccepts multipart file upload.txtfor now)status = 'uploaded'then updated to'ready'GET /conversations/:idreturns conversation metadata and message count{ conversationId }on success with appropriate error responsesBlocked by