Skip to main content
Version: 1.0.0

Numeno Chat API

Introduction

Use the Numeno Chat API to record your chat conversations with an agent. The agent can be configured to follow a number of Numeno internal playbooks, or it can be configured as a neutral agent and configured using custom system messages.

Authentication

Each Numeno API call identifies each of your requests by your unique API Key, which can be found on the Numeno Dashboard or using the Numeno Administration API.

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/art-rec/v1/feed/getPosts

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