Aboutness endpoint (/text)
Examples
{
meta: {
keywords_count: 5,
topics_count: 3,
concepts_count: 3
},
keywords: [
id: "https://openalex.org/keywords/type-1-diabetes",
display_name: "Type 1 Diabetes",
score: 0.677
], ...
primary_topic: {
id: "https://openalex.org/T10560",
display_name: "Management of Diabetes Mellitus and Hypoglycemia",
score: 0.995
// more information about the primary topic, removed for brevity
},
topics: [
// list of topic objects with scores
],
concepts: [
// list of concept objects with scores
]
}Last updated