floow.design API Documentation
Build with floow.design directly from your tools. Describe a mobile app in plain English — get back pixel-perfect screens, Figma-ready layers, or production component code.
Base URL
https://www.floow.design/api/v1All endpoints are versioned under v1.
What you can build
Upload any mobile screenshot to the floow.design CDN. Get a permanent URL to feed into Image → HTML — zero friction, no external hosting.
Convert any screenshot, Figma export, or sketch into pixel-perfect mobile HTML. The fastest path from image to editable screen.
Convert any generated screen to Figma layers or production code — React Native, Flutter, SwiftUI, Jetpack Compose.
Machine-readable resources
Everything an agent needs to work with floow.design without scraping these pages. Every page here is also available as Markdown — send Accept: text/markdown with any request.
- OpenAPI 3.0 specification
Machine-readable description of every endpoint — import it into Postman, Insomnia or an agent toolchain.
- API catalog (RFC 9727)
The well-known document that points at this documentation and the OpenAPI spec.
- OAuth server metadata (RFC 8414)
Authorization, token, revocation and userinfo endpoints, supported grants and PKCE methods.
- Protected resource metadata (RFC 9728)
The scopes the API understands, so a client can request least-privilege access.
- MCP server manifest
Model Context Protocol endpoint and tool list — connect Claude, ChatGPT or any MCP client to floow.design.
- ai-catalog.json (ARD)
Agentic Resource Discovery catalog listing the agentic resources floow.design publishes.
- llms.txt
Routing, limits and the developer API up front, then a sample of each catalogue — small enough for a model to read in full.
- llms-full.txt
The same document with every public floow.design URL listed, nothing sampled.
- Error code reference
The JSON error envelope and what each HTTP status means.
SDKs & Client Libraries
Official TypeScript and Python SDKs are coming soon. For now, use the REST API directly with any HTTP client — see the examples throughout these docs.