{"machine":"convert","slot":"A6","title":"CSV / JSON / YAML converter","how_to_call":"POST https://innernetcorp.com/machines/convert with Content-Type: application/json","price_usd":"$0.002","currencies":["USDC","EURC"],"payment":"x402: send the POST without payment to receive a 402 with signed requirements; pay any option and retry.","input_example":{"input":"name,age\nAda,36","from":"csv","to":"json"},"input_schema":{"type":"object","required":["input","from","to"],"properties":{"input":{"description":"The data: a string (csv/yaml/json text) or a JSON value when from=json."},"from":{"type":"string","enum":["csv","json","yaml"]},"to":{"type":"string","enum":["csv","json","yaml"]},"delimiter":{"type":"string","description":"CSV delimiter (auto-detected on parse; , on output)."},"header":{"type":"boolean","default":true,"description":"CSV first row is a header."},"pretty":{"type":"boolean","default":true,"description":"Pretty-print JSON output."}},"additionalProperties":false},"summary":"Convert data between CSV, JSON and YAML in one call. CSV parsing with headers and type inference; YAML-safe loading; pretty or compact JSON out. For bots holding data in the wrong container.","catalog":"/catalog"}