Microsoft Knowledge API - Search for a proposal in a database

I am trying to integrate the new Microsoft Knowledge API into my application. I need to search the database to find results similar to google / bing search.

So far I have made this request - and its performance:

https://westus.api.cognitive.microsoft.com/academic/v1.0/evaluate?expr=And(W=%27bandwidth%27)&attributes=Id,Ti,Y,D,CC,E&subscription-key=MY -API-KEY

According to the documentation, the argument W searches only in the title and abstract, I need to search the entire article.

How can I request an offer from a database?

+5
source share
1 answer

I am working on an academic knowledge API!

The main role of the academic knowledge API is to enable semantic search on the knowledge graph. To search for keywords, we use the full power of custom Bing search, a separate service in Microsoft Cognitive Services. You can see how the two APIs can be combined on our Microsoft Academic website using a query like “how to jump with a higher basketball”

We plan to offer Bing Custom Search + Academic Graph as an additional access to our academic knowledge API!

+3
source

All Articles