mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-08 11:53:22 -05:00
Add POST /api/types/detect endpoint that detects the type of a text input by iterating registered types and calling their detect() classmethod. Returns detected type with fields and primary field pre-filled. Falls back to Phrase when no type matches.