# Named entity comparison Compares two compound named entities and identifies differences. The request body should include: * (string) - IETF tag for the first entity's language. * (string) - The first entity. * (string) - IETF tag for the second entity's language. * (string) - The second entity. * (string) - The entity type (currently only _person_ is supported). More information: Named Entities in the Tisane API Response Guide The response contains: * (string) - Comparison result: * - One or both entities are invalid. * - Entities are identical (name order might differ). * - Entities differ, with details in . * (array of strings) - Lists detected differences: * * * (e.g., Mr., Mrs.) * (e.g., academic degrees) * * (e.g., spelling or style differences) Endpoint: POST /compare/entities Version: 4.8.0.0 Security: Tisane-API-Key ## Header parameters: - `Content-Type` (string) Example: "application/json"