{"uid":"cap_YvI5r5fOIfNfRbPf2NTK5","slug":"x402-deployer-x402-deployer-workers-dev-c276d6d1","name":"Mistral-Powered Named Entity Extractor (NER)","description":"Named entity extractor / NER. People, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Mistral-powered.","url":"https://x402-deployer.x402-deployer.workers.dev/extract","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"required":["text"],"properties":{"text":{"type":"string","description":"Text to extract entities from. Max 25k chars."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"total_entities":{"type":"integer"}}}}}}},"responseSchema":null,"example":{"request":{"input":{"body":{"text":"On March 5, 2024, CEO Jane Smith of Acme Corp signed a $2.5M deal with Global Industries Ltd. Reach her at jane.smith@acme.com or +1-555-234-5678. Visit https://www.acme.com for more information."},"type":"http","method":"POST","bodyType":"json"}},"response":{"model":"hermes-3-llama-3.1-405b","source":"morpheus","entities":{"urls":["https://www.acme.com"],"dates":["March 5, 2024"],"emails":["jane.smith@acme.com"],"people":["Jane Smith"],"amounts":[{"value":2500000,"mention":"$2.5M","currency":"USD"}],"locations":[],"organizations":["Acme Corp","Global Industries Ltd"],"phone_numbers":["+1-555-234-5678"]},"input_chars":195,"total_entities":8}},"exampleRequest":{"text":"On March 5, 2024, CEO Jane Smith of Acme Corp signed a $2.5M deal with Global Industries Ltd. Reach her at jane.smith@acme.com or +1-555-234-5678. Visit https://www.acme.com for more information."},"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_raxCsSL2HYdbNszHXTfkZ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts named entities (people, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts) from text using Mistral LLM","exampleAgentPrompt":"Extract all named entities from this text — I need people, organizations, locations, dates, phone numbers, emails, URLs, and any monetary amounts: 'On March 5, 2024, CEO Jane Smith of Acme Corp signed a $2.5M deal with Global Industries Ltd. Reach her at jane.smith@acme.com or +1-555-234-5678.'","exampleUseCases":null,"resultDescription":"A structured list of named entities grouped by type (PERSON, ORG, LOCATION, DATE, EMAIL, URL, PHONE, MONEY), each with the extracted value and likely its span or position in the source text.","failureModes":["Empty or whitespace-only input text returns no entities","Very long documents may be truncated or exceed model context limits","Ambiguous entities (e.g. 'Apple' as fruit vs company) may be misclassified","Non-English text may yield lower accuracy or missed entities","Malformed input returns a 400 or error response","Payment failure returns 402 Payment Required"],"whenToPreferThis":"Use this endpoint when you need to extract multiple entity types (people, orgs, locations, dates, emails, URLs, phones, money) from freeform text in one call, particularly when you want Mistral LLM quality over simpler regex or rule-based approaches. Prefer this over generic LLM calls when you want structured, typed entity output without prompt engineering.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:50:31.600Z","isFirstParty":false}