{"name":"kestrel482 CSV Dedupe","version":1,"description":"Experimental exact CSV deduplication API. Keeps the first matching row. Public or synthetic data only; 128 KiB and 1,000 rows per call.","resources":[{"name":"CSV exact dedupe","url":"https://kestrel482-csv.netlify.app/api/dedupe","method":"POST","description":"Remove duplicate CSV records using all columns or up to three exact key columns. Returns cleaned CSV, row counts and duplicate count. JSON input: csv string and optional keys array. No fuzzy matching.","price":"0.01","accepts":[{"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","payTo":"0xd810c2A700aC3c2a9862bC389DD777e303537Df3"}],"input":{"csv":"id,note\n1,first\n1,duplicate\n","keys":["id"]}}]}