{"name":"product-purchase-brief","description":"Product purchase brief API for a buy decision: send a raw product title (optionally with return-policy and warranty text) and get back normalized product attributes, extracted return and warranty terms, and a short description in one call. Built for agents comparing listings so they skip running a SKU normalizer, a return-policy extractor, and a warranty parser as three separate calls. Composite: one call runs sku-normalize + return-policy-extract + warranty-parse + product-describe in parallel, merged into {normalized, return_policy, warranty, description}. sku-normalize is required; product-describe is optional and can time out; return-policy-extract and warranty-parse only run when policy_text/warranty_text are supplied. Use it as a product purchase brief API, buy-decision helper, or return-and-warranty summarizer.","price":"$0.05","method":"POST","input_schema":{"properties":{"title":{"type":"string","description":"The raw product title or SKU string to normalize and describe, e.g. 'Acme Widget Pro 256GB Blk'. Max 500 chars."},"policy_text":{"type":"string","description":"Optional raw return/refund policy text to extract terms from. When omitted, return_policy is skipped. 20-20000 chars."},"warranty_text":{"type":"string","description":"Optional raw warranty terms text to extract coverage from. When omitted, warranty is skipped. 20-20000 chars."}},"required":["title"]},"input_example":{"title":"Acme Widget Pro 256GB Black","policy_text":"Items may be returned within 30 days of delivery for a full refund to the original payment method. A 15% restocking fee applies to opened electronics. RMA number required."},"output_example":{"title":"Acme Widget Pro 256GB Black","normalized":{"brand":"Acme","model":"Widget","variant":"Pro","capacity":"256GB","color":"Black","canonical_key":"acme-widget-pro-256gb-black","confidence":0.9},"description":{"description":"The Acme Widget Pro packs 256GB into a compact black shell.","selling_points":["256GB storage","Pro-grade build"]},"return_policy":{"return_window_days":30,"restocking_fee":"15% for opened electronics","rma_required":true,"refund_method":"original payment method"},"warranty":null,"skipped":["warranty-parse"],"composed_of":["sku-normalize","product-describe","return-policy-extract"],"components":[{"name":"sku-normalize","ok":true,"ms":900},{"name":"return-policy-extract","ok":true,"ms":1100}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}