{"uid":"cap_KbQdeGttFETZLyXJ51Dv_","slug":"x402-deployer-x402-deployer-workers-dev-ceeca05f","name":"x402 Named Entity Recognition (NER) Extractor","description":"Named entity recognition (NER) / entity extractor. Pulls people, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Verbatim with context. Mistral powered.","url":"https://x402-deployer.x402-deployer.workers.dev/extract-entities","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":"Max 25,000 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":{"entities":{"type":"object","properties":{"people":{"type":"array","items":{"type":"string"}},"locations":{"type":"array","items":{"type":"string"}},"organizations":{"type":"array","items":{"type":"string"}}}},"total_entities":{"type":"integer"}}}}}}},"responseSchema":null,"example":{"request":{"input":{"body":{"text":"On March 5, 2024, CEO Jane Smith of Acme Corp (contact: jane@acme.com, +1-800-555-0199) announced a $4.2M investment at their New York headquarters. Visit https://acme.com for details."},"type":"http","method":"POST","bodyType":"json"}},"response":{"model":"hermes-3-llama-3.1-405b","source":"morpheus","entities":{"urls":["https://acme.com"],"dates":["March 5, 2024"],"emails":["jane@acme.com"],"people":["Jane Smith"],"amounts":[{"value":4200000,"mention":"$4.2M","currency":"USD"}],"locations":["New York"],"organizations":["Acme Corp"],"phone_numbers":["+1-800-555-0199"]},"input_chars":184,"total_entities":8}},"exampleRequest":{"text":"On March 5, 2024, CEO Jane Smith of Acme Corp (contact: jane@acme.com, +1-800-555-0199) announced a $4.2M investment at their New York headquarters. Visit https://acme.com for details."},"tags":["x402"],"displayCostAmount":"0.005","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.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_txNuqeqO9vsii_u5vkvAx","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","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 AI, returning verbatim matches with context.","exampleAgentPrompt":"Extract all the named entities from this text — people, organizations, locations, dates, emails, phone numbers, URLs, and monetary amounts — and give me each one verbatim with surrounding context: 'On March 5, 2024, CEO Jane Smith of Acme Corp (contact: jane@acme.com, +1-800-555-0199) announced a $4.2M investment at their New York headquarters. Visit https://acme.com for details.'","exampleUseCases":null,"resultDescription":"A structured list of extracted entities grouped by type (PERSON, ORG, LOCATION, DATE, EMAIL, URL, PHONE, MONEY), each with the verbatim text as it appeared in the source and a surrounding context snippet for disambiguation.","failureModes":["Empty or missing text input returns an error","Text that is too long may be truncated or rejected","Ambiguous entity types may be misclassified by the underlying Mistral model","Non-English text may have reduced extraction accuracy","Payment failure via x402 protocol returns 402 status and no result"],"whenToPreferThis":"Choose this endpoint when you need fast, structured extraction of multiple entity types from free-form text in a single call, especially when you need verbatim matches with context. Prefer over general-purpose LLM calls when you want consistent entity-typed output and predictable pricing at $0.005 USDC per call.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:57:00.217Z","isFirstParty":false}