{"name":"entity-knowledge-card","description":"Entity knowledge card API for entity resolution and entity enrich: send a name (person, place, organization, or concept) and get back a structured knowledge graph profile plus a readable summary in one call. Built for agents that need to disambiguate a name or build a knowledge card without stitching a Wikidata lookup to a Wikipedia fetch by hand. Composite: one call runs wikidata-resolve + wikipedia-search + wikipedia-lookup + company-enrich in parallel. wikidata-resolve is required and returns the QID, type claims, and key claims; wikipedia-search and wikipedia-lookup add a readable summary and disambiguation candidates; company-enrich is a best-effort org profile probe, only meaningful when the entity is a company, and degrades silently otherwise. Use it as an entity knowledge card API, entity resolution tool, or knowledge graph lookup.","price":"$0.05","method":"POST","input_schema":{"properties":{"entity":{"type":"string","description":"The name to resolve — a person, place, organization, or concept, e.g. 'Ada Lovelace' or 'Stripe'. Max 200 chars."}},"required":["entity"]},"input_example":{"entity":"Ada Lovelace"},"output_example":{"entity":"Ada Lovelace","qid":"Q7259","label":"Ada Lovelace","description":"English mathematician and writer","type_claims":["human"],"key_claims":{"country":"United Kingdom","identifiers":{}},"wikipedia_summary":{"title":"Ada Lovelace","summary":"English mathematician..."},"wikipedia_candidates":[{"title":"Ada Lovelace","pageid":63795}],"company_profile":null,"composed_of":["wikidata-resolve","wikipedia-search","wikipedia-lookup","company-enrich"],"components":[{"name":"wikidata-resolve","ok":true,"ms":450},{"name":"company-enrich","ok":false,"ms":300,"error":"no MX records or homepage found"}],"degraded":true},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}