Skip to main content
Version: 1.0.0

Numeno Persona API

Introduction

Use the Numeno Persona API to create and manage Personas and Agents.

An Agent is responsible of controling one aspect of Numeno according to preferences you express in natural language.

For now we only support the feed Agent which can subscribe to updates on a given feed, rescore the articles it observes on it, and publish them to another feed.

A Persona is a collection of Agents that work together according to the preferences of a person, or a group of people, or any other type of entity. At the moment you cannot interact with the Persona directly but eventually you will be able to send feedback to the Persona or discuss your overarching goals with it.

Authentication

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 -s -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

Contact

API Support: support@numeno.ai

URL: https://numeno.ai/

Terms of Service

https://numeno.ai/terms/

License

Apache 2.0