{"uid":"cap_GWbMMidPZafq6g2A78Vse","slug":"interzoid-get-entity-type-api-b6d331ec","name":"Interzoid Get Entity Type API","description":"Determine the entity type of a data value - whether it represents a person name, company/organization, location, or other entity type.","url":"https://api.interzoid.com/getentitytype","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Data value to determine entity type for"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"Code":"Success","Credits":"0","EntityType":"Organization"}},"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"text":"Apple Inc."}},"output":{"type":"object"}},"response":{"Code":"Success","Result":"Organization","Credits":"0"}},"exampleRequest":{"text":"Apple Inc."},"tags":["x402"],"displayCostAmount":"0.01","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_f941UXxxevwifbO3am3xe","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Classifies a given text value as an entity type (e.g., Organization, Person, Location) using AI-powered analysis","exampleAgentPrompt":"Can you tell me what type of entity 'Acme Corporation' is — like whether it's an organization, a person, or something else?","exampleUseCases":null,"resultDescription":"Returns a JSON object with a Code field indicating success, a Credits field showing remaining usage, and an EntityType field with the classified entity category (e.g., 'Organization', 'Person', 'Location').","failureModes":["Missing required 'text' query parameter returns an error response","Empty or ambiguous text may result in low-confidence or unexpected entity type classification","API authentication or credit exhaustion may return non-success Code values","Network timeout or service unavailability returns connection error"],"whenToPreferThis":"Use this endpoint when you need to programmatically classify raw data values into entity types (person, organization, location, etc.) as part of a data enrichment, MDM, CRM deduplication, or data quality pipeline. Prefer this over generic NLP classifiers when you want a lightweight, pay-per-call API specifically tuned for data field classification.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:35:58.984Z","isFirstParty":false}