Skip to main content
POST
Find by details

Authorizations

X-API-KEY
string
header
required

Body

application/json

Request body for finding concepts. Each field is optional. However, you must provide at least one field to perform a valid search. The values a filter accepts can be listed with GET /v1/knowledge-graph/concepts/values/{filter}.

query
string

Text query to search for concepts by name or description. Examples: 'Inflation', 'Interest Rate'

Example:

"Inflation"

types
string[]

Concept types, as published in the type field of results (e.g., 'Economics', 'Business', 'Financial')

Example:

Response

200 - application/json

Successful response with concepts data

Response containing concepts results and metadata

results
object[]
required

Array of concepts results

metadata
object
required
usage
object

Optional. Present for token-billing accounts only. Reports the number of tokens consumed by this request.