{"uid":"cap_x5HJzN2EJ-gZv1DmUmvFs","slug":"strale-name-parse-api-150187bf","name":"Strale Name Parse API","description":"Parse a full name into components: first, middle, last, prefix, suffix, nickname. Handles 'Dr. Karl-Johan von Lindström III' correctly.","url":"https://api.strale.io/x402/v2/name-parse","method":"GET","headers":{},"bodySchema":{"type":"object","required":["full_name"],"properties":{"full_name":{"type":"string","description":"Full name to parse"}}},"responseSchema":{"prefix":{"type":"string"},"suffix":{"type":"string"},"nickname":{"type":"string"},"full_name":{"type":"string"},"last_name":{"type":"string"},"first_name":{"type":"string"},"middle_name":{"type":"string"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.0324","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.0324/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0324","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0324","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_-mj2nQc7KiHcYPV9rHoDN","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0324","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a full human name into its structured components (prefix, first, middle, last, suffix, etc.)","exampleAgentPrompt":"Can you parse 'Dr. James Robert Smith Jr.' into its individual name parts — first, last, middle, prefix, and suffix?","exampleUseCases":[{"title":"CRM contact record normalization","prompt":"I have a list of customer full names from a CSV import — can you break 'Mary Anne O'Brien' into structured first, middle, and last name fields so I can populate our CRM correctly?"},{"title":"Personalized email greeting extraction","prompt":"I need to address emails personally — can you parse 'Professor Jonathan A. Williams III' so I can pull out just the first name and title for the salutation?"},{"title":"Form autofill from a single name field","prompt":"Our checkout form needs separate first and last name fields but users only entered their full name. Can you parse 'Sarah-Jane van der Berg' into its components?"}],"resultDescription":"Returns a structured breakdown of the input full name, including components such as prefix/title, first name, middle name, last name, and suffix, along with confidence or metadata fields and a cryptographic audit record for the call.","failureModes":["Missing required full_name query parameter returns a 400 error","Ambiguous or single-token names may produce uncertain component splits","Non-Latin script or culturally unusual name formats may parse incorrectly","Payment failure or insufficient USDC balance returns 402 Payment Required","Rate limiting or server errors return 429 or 500 status codes"],"whenToPreferThis":"Choose this endpoint when you need to decompose a raw full name string into structured components (first, middle, last, prefix, suffix) with an auditable cryptographic record per call. Ideal for pipelines requiring name normalization across international datasets, CRM enrichment, or compliance-sensitive workflows where audit trails matter. Prefer over regex-based approaches when handling culturally diverse or complex names.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:02:41.623Z","isFirstParty":false}