Skip to main content
GET
/
v1
/
entities
Search Entities
curl --request GET \
  --url https://api.cala.ai/v1/entities \
  --header 'X-API-KEY: <api-key>'
{
  "entities": [
    {
      "description": "An American multinational technology company.",
      "entity_type": "Company",
      "id": "e5bb591a-d308-4aa5-9672-96046d366cde",
      "name": "OpenAI"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

name
string
required

Entity name to search for

Minimum string length: 1
entity_types
enum<string>[]

Filter by entity types

Available options:
Entity,
Organization,
Company,
EducationalInstitution,
Person,
GPE,
Country,
CountryRegion,
Industry,
FinancialMetric,
CorporateEvent,
Facility,
Location,
Product,
WorkOfArt,
Law,
Language
limit
integer
default:20

Maximum number of results

Required range: 1 <= x <= 100

Response

Successful Response

Response containing a list of entities matching the search query.

entities
Entity · object[]
required

List of entities matching the search query, ordered by relevance (most relevant first).