🧠 Sentimind API

Welcome to Sentimind Labs sentiment analysis service for financial insights.

Available Endpoints

Example Usage

Single analysis:

POST /v1/analyze/sentiment/single
{
  "text": "Apple stock is set to rally after strong iPhone sales."
}
                

Batch analysis:

POST /v1/analyze/sentiment/batch
{
  "texts": [
    "Tesla shares might drop due to weaker demand in China.",
    "Microsoft reported record cloud revenue growth."
  ]
}