{"uid":"cap_m-gk5lb7p9Y6JGZupH1ju","slug":"avedaris-data-clean-pipeline-daa8d443","name":"AveDaris Data Clean Pipeline","description":"AveDaris is the economic coordination layer for autonomous software: discover, route, evaluate, procure, verify, and learn across agent services.","url":"https://api.avedaris.com/v1/paid/data-clean-pipeline","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"json":{"type":"string","maxLength":100000,"minLength":1,"description":"Malformed or loosely formatted JSON text to repair into a parsed structured value. This is the only required pipeline stage."},"text":{"type":"string","maxLength":100000,"description":"Optional text from which to extract URLs, emails, USD amounts, and ISO dates during the same paid pipeline execution."},"entityName":{"type":"string","maxLength":500,"minLength":1,"description":"Optional organization or entity name to normalize into canonical text and stable tokens during the same paid pipeline execution."}}},"responseSchema":{"type":"json","example":{"result":{"entity":{"tokens":["example"],"canonical":"example"},"signals":{"urls":[],"money":["$25"],"emails":["ops@example.com"],"isoDates":["2026-09-01"]},"repaired":{"ok":true}}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.013","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.013/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.013","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.013","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_5Z226eojJN0UTiNNh6I8O","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.013","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Cleans, normalizes, and extracts structured signals from raw JSON or text data, including entity canonicalization, URL/email/date/money extraction, and JSON repair.","exampleAgentPrompt":"Clean up this raw JSON blob and extract any emails, dates, money amounts, and URLs from it — also canonicalize the entity name 'Acme Corp. Inc': {\"invoice\":\"2026-09-01\",\"amt\":\"$25\",\"contact\":\"ops@example.com\"}","exampleUseCases":[{"title":"Extract signals from scraped invoice data","prompt":"I have this scraped invoice text with mixed formatting — pull out all the emails, dates, dollar amounts, and URLs from it and give me a clean structured result: 'Invoice due 2026-09-01, contact ops@example.com, total $25, see https://example.com/invoice'"},{"title":"Canonicalize company name from CRM data","prompt":"I need to normalize the company name 'Acme Corp. Inc.' from our CRM — can you canonicalize it and tokenize it so we can deduplicate records?"},{"title":"Repair and clean malformed JSON payload","prompt":"This JSON payload came back broken from a third-party API and I need to repair it and extract any monetary values and ISO dates embedded in it before I store it: '{invoice: \"2026-09-01\", amount: $25}'"}],"resultDescription":"Returns a structured JSON object with: a canonicalized entity name and its tokens; extracted signals including URLs, emails, ISO-formatted dates, and monetary values found in the input; and a repair status indicating whether the input JSON was valid or was successfully repaired.","failureModes":["Input JSON string exceeds 100,000 character limit — returns validation error","Neither json nor text fields provided — returns missing input error","Malformed input that cannot be repaired — repaired.ok returns false","Entity name exceeds 500 character limit — returns validation error","Empty string provided for required fields — returns minLength validation error"],"whenToPreferThis":"Choose this endpoint when you need a single-pass pipeline that combines JSON repair, entity canonicalization, and multi-signal extraction (emails, dates, URLs, money) from raw or dirty text/JSON. Prefer it over single-purpose extractors when you want all these operations bundled into one call at low cost ($0.015 USDC). Best for data cleaning pipelines, ETL preprocessing, CRM deduplication, and normalizing scraped or third-party data before storage or analysis.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:31:00.221Z","isFirstParty":false}