Authentication
Inokufu web services APIs uses API keys to allow access to our APIs. You can access the learning object API in two ways:
Rapid API: this is recommended for small to medium usage. You'll need to create a Rapid API account, then subscribe to one of our plans. Rapid API will then provide you with your Developer API key.
Direct customer: this is reserved for very high usage and custom needs. If you want to know more about our enterprise plans, please feel free to contact us.
Rapid API
API key in header
Inokufu APIs expect the API key to be included in API requests to the server in a header that looks like the following:
"x-rapidapi-key": "SAY-FRIEND-AND-ENTER"
Make sure to replace SAY-FRIEND-AND-ENTER
with your own Developer API key.
Direct Customer
API key in header
Inokufu APIs expect the API key to be included in API requests to the server in a header that looks like the following:
"x-api-key": "SAY-FRIEND-AND-ENTER"
Make sure to replace SAY-FRIEND-AND-ENTER
with your own Developer API key.
Code examples
See below for Direct customer access:
curl "apiendpointhere" -H "x-api-key: SAY-FRIEND-AND-ENTER"