Numeno Persona API
Introduction
Use the Numeno Persona API to create and manage Personas.
Evolving a Persona over time is dead-simple: create a Persona, then send natural-language descriptions of your users’ in-app activities to the Persona API. Under the hood, we create a rich set of models of the system that evolve over time. Then, ask Numeno to personalize some part of your experience using the Persona. Numeno will use our models to tailor your software to each user’s unique preferences and habits, allowing you to dynamically adjust your offerings.
For example, connect a Persona to the Numeno Article Recommender API to generate Article Feeds that evolve over time as your Persona evloves with user interaction.
Personas are not limited to modelling users. Posts in a social environment, articles or topics on a content platform, a screen or widget in your UI, a product in your inventory - groups of any of these things – Personas can evolve models of anything in your system! Get creative!
Authentication
- API Key: ApiKeyAuth
Each Numeno API call identifies each of your requests by your unique API Key, which can be found on the Numeno Dashboard.
All endpoints expect the API Key to be passed as an HTTP header:
curl -X POST \
-H 'X-Numeno-Key: YOUR_API_KEY' \
-H 'Content-type: application/json' \
-data '{“feedID”:”feedString”,“limit”:10}' \
https://api.numeno.ai/persona/v1/personas
Important: when calling any public Numeno API, you should always use the secure HTTPS endpoint to protect your credentials
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-Numeno-Key |
License
Apache 2.0