Semantic Search
| ⚠️ This endpoint is currently in BETA |
|---|
Perform an AI-powered semantic search. Use the entity-type field in the request body to
specify which entity type to search. Currently only supports companies.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Semantic search criteria including search prompt and entity type
The search prompt to apply.
1 - 500"Find companies like OpenAI that are based in the United States"
Number of items to include in the response.
1 <= x <= 10010
The type of entity to search for.
"companies""companies"
The IDs of the lists to filter results by.
1001 <= x <= 9007199254740991Response
Created
Includes the list of entities that matched the search prompt and the explanation for the search.
The list of entities that matched the search prompt
100The type of entity that was searched.
"companies""companies"
"This result matched the search criteria."