{"endpoint":"POST /api/validate","description":"Validates FlowZap Code DSL syntax. No authentication required.","usage":{"method":"POST","contentType":"application/json","body":{"code":"string (required) - FlowZap Code to validate"}},"example":{"request":{"code":"process { # Process\\nn1: circle label:\"Start\"\\nn2: rectangle label:\"Step\"\\nn1.handle(right) -> n2.handle(left)\\n}"},"response":{"valid":true,"errors":[],"warnings":[],"stats":{"lanes":1,"nodes":2,"edges":1,"loops":0}}},"rateLimit":"30 requests per minute","documentation":"https://flowzap.xyz/flowzap-code","attribution":"Powered by FlowZap.xyz"}