API Reference
Overview
The floow.design API exposes the AI capabilities that power the platform — image to HTML, design generation, and export. All endpoints are under https://www.floow.design/api/v1 and return JSON.
Image → HTMLv1
Pass any mobile screen image — screenshot, Figma export, or sketch — and get back pixel-perfect HTML. The most direct way to leverage floow.design's vision AI.
POST/api/v1/image-to-html
Agentsv1
The core of floow.design. Send a natural language prompt and receive streamed, pixel-perfect mobile app screens generated by AI.
POST/api/v1/chat
Exportv1
Export any generated screen to Figma as native layers, or convert it to production-ready component code in React Native, Flutter, SwiftUI, or Jetpack Compose.
POST/api/v1/figma-exportPOST/api/v1/export-code