Learning Engine
A powerful suite of APIs enable programmatic integration between the Memre learning engine and your LMS/e-learning system. Core to the Learning Engine is the concept of readiness. Readiness is a number between 0 and 1 that represents how well a user understands a given item right now. It spikes immediately after engagement and falls over time, falling more quickly after early exposure and more…
Learning Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| memre_api | ||
| GET |
/memre_api/v2/study /memre_api/v2/study |
Get the study items (memre_api_items) for the user. |
| POST |
/memre_api/v1/users /memre_api/v1/users |
Create a user. |
| GET |
/memre_api/v1/study /memre_api/v1/study |
Get items a specific user should study. |
| GET |
/memre_api/v1/readiness /memre_api/v1/readiness |
Get the readiness of the user for the specified item. |
| POST |
/memre_api/v1/items /memre_api/v1/items |
Create an item. |
| POST |
/memre_api/v1/study /memre_api/v1/study |
Create an interaction between a user and an item. |
| GET |
/memre_api/v1/concepts /memre_api/v1/concepts |
Retrieve a list of concepts for the current customer. |
| GET |
/memre_api/v2/readiness /memre_api/v2/readiness |
Get the readiness of the user for the specified set of items. |
| PUT |
/memre_api/v1/concepts/{id} /memre_api/v1/concepts/{id} |
Update a specific concept by ID. |
| POST |
/memre_api/v2/items /memre_api/v2/items |
Create bulk memre_api_items. |
| GET |
/memre_api/v1/concepts/{id} /memre_api/v1/concepts/{id} |
Retrieve the details of a specific concept by ID. |
| DELETE |
/memre_api/v1/concepts/{id} /memre_api/v1/concepts/{id} |
Delete a specific concept by ID. |
| POST |
/memre_api/v1/concepts /memre_api/v1/concepts |
Create a concept and an associated item. A concept represents a piece of information or idea, and is tied to a customer. When creating a concept, a new item will be automatically… |
Learning Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $9.99 / month | 20 / second |
|
| ULTRA | $99.99 / month | 50 / second |
|
| MEGA | $249.99 / month | 100 / second |
|