{"name":"contact-normalize-pack","description":"Normalizes a contact record in one call, generating stable match keys for email, name, phone, and address plus parsed US address components. Composite: one call runs match-key-email + match-key-name + match-key-phone + match-key-address + address-parse in parallel; only the constituents whose input field is present are invoked (at least one of email/name/phone/address required). Deterministic and instant — no external lookups, no data retention. Use it as a contact normalization API, contact dedupe bundle, match key generator, record linkage pack, or CRM hygiene tool.","price":"$0.03","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Optional email address to normalize. Max 320 chars."},"name":{"type":"string","description":"Optional person name. 'Last, First' accepted. Max 200 chars."},"phone":{"type":"string","description":"Optional phone number in any format. Max 50 chars."},"address":{"type":"string","description":"Optional freeform US street address. Max 500 chars."},"region":{"type":"string","description":"Optional default phone region for numbers without a country code. Default 'US'."}},"required":[]},"input_example":{"email":"John.Doe+promo@Gmail.com","name":"Smith, Bob","phone":"(415) 555-0100","address":"123 Main St Apt 4, Springfield, IL 62704"},"output_example":{"email":{"normalized":"johndoe@gmail.com","match_key":"johndoe@gmail.com","is_valid_syntax":true},"name":{"normalized":"robert smith","match_key":"rbrt-sm0","first":"robert","last":"smith"},"phone":{"match_key":"14155550100","e164":"+14155550100","is_valid":true},"address":{"match_key":{"normalized":"123 main street unit 4","match_key":"123-mn-strt-unt-4"},"parsed":{"number":"123","street":"Main St","unit":"4","city":"Springfield","state":"IL","zip":"62704"}},"composed_of":["match-key-email","match-key-name","match-key-phone","match-key-address","address-parse"],"components":[{"name":"match-key-email","ok":true,"ms":2},{"name":"address-parse","ok":true,"ms":3}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}