This guide will help you get started with the ProductFlo API, focusing on the real-time WebSocket functionality. You’ll learn how to connect, authenticate, send messages, and handle responses.
socket.send(JSON.stringify({ type: 'chat', task: 'image_generation', data: { message: 'Generate a 3D model of a smartphone with a foldable display', sender: 'user-456', product_id: 'product-123' }}));