From c438183e362e5dc0d9a9fdd58f4874d530e1a2f7 Mon Sep 17 00:00:00 2001 From: Adarsh Sachan <150774323+theadarsh1m@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:34:00 +0530 Subject: [PATCH] Added Sentino Personality API (#627) * Update README.md * Update API key requirement for Sentino Personality API Update the authentication column for the Sentino Personality API to correctly indicate the required auth type as `API key` rather than a generic yes/no. Ensures the API list accurately reflects the authentication method. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3ffcda8..c005df42 100644 --- a/README.md +++ b/README.md @@ -1409,6 +1409,7 @@ like WhatsApp | `apiKey` | Yes | Yes | | [Vadivelu HTTP Codes](https://vadivelu.anoram.com/) | On demand HTTP Codes with images | No | Yes | No | | [WhoIsTheOldest](https://whoistheoldest.com) | This application tracks and displays data about the oldest person currently alive and the oldest person ever recorded. | No | No | No | | [Zen Quotes](https://zenquotes.io/) | Large collection of Zen quotes for inspiration | No | Yes | Yes | +| [Sentino Personality API](https://sentino.org/api/) | AI-powered personality profiling and psychology analysis using NLP and Big 5, NEO, HEXACO, DISC inventories | `apiKey` | Yes | No | **[⬆ Back to Index](#index)**