API_Logo

Get in touch if you want to learn how our APIs can help you improve your R&D processes.

 

 

Panel API

 

Document API

 

Autosuggest_API

 

 

 

 

 

 

 

 

 

 

 

 

 

MAPEGY Database

What’s the InnovationGraph?

The MAPEGY Global Innovation Graph is a representation of the digital footprint of all innovators worldwide. It is an immense and diverse database made up of millions of data points: Publications, organizations and experts.

 

 

 

 

 

 

 

 

Frequently Asked Questions

What does the API return?

The Panel API returns HTML, which you can load into an Iframe. The other APIs return arrays of objects as JSON.

 

Where can I find the API documentation?

As soon as we activate your API account, we will send you a link to an interactive documentation, where you can find everything that you need for testing and implementation.

How do I communicate with the API?

You communicate with the API via HTTP/S, using GET and POST requests (content type: application/x-www-form-urlencoded).

 
How does the authentication work?

It works in two simple steps:

  1. Use your credentials to request a token (from within your application's backend).

  2. Use this token to request data from the API (which can be done from within your application's frontend). The token will expire after some time. To continue requests, simply request a new token via your application backend.