BuildShip Logo
BuildShip Community

Sentiment Mood Tone Analyzer

Analyze the sentiment, mood, and tone of any input text. Accepts a text string, processes it using an AI model, and returns a JSON object specifying whether the sentiment is positive, negative, or neutral, the mood, and the tone of the text.

2

Report this template

Select the reason for reporting

Describe the issue in detail

Share template

Link to template

https://templates.buildship.com/template/Kv0WyqsaH1b7/

Inputs

Text

I am hungry
This is a static example using sample inputs. Remix the template to run it with your own values.

Output

Read me

📖 Read Me – Sentiment Mood Tone Analyzer


🧩 Overview

This no-code AI-powered workflow analyzes user input text to detect sentiment, mood, and tone using OpenAI's GPT-4.1. It returns results in structured JSON format and is ideal for applications like feedback analysis, emotional journaling, HR evaluations, or mental wellness tracking. The tool is built entirely on BuildShip and can be extended with additional features such as export or multilingual support.


🛠️ Prerequisites

  • A free or paid OpenAI account
  • Your OpenAI API key (required for GPT model access)

✍️ How to Use

✅ Step 1: Add OpenAI API Key

  • Go to the OpenAI Chat node settings
  • Paste your OpenAI API key in the Authorization header as:nginxCopyEditBearer YOUR_API_KEY

✅ Step 2: Provide Sample Input

  • Enter a text input like:> "I'm feeling really excited about my new project!"

✅ Step 3: Click "Ship" to Run

  • Click the Ship button in BuildShip to publish your workflow
  • Test the flow by entering any sentence
  • View results as structured output:jsonCopyEdit{ "sentiment": "Positive", "mood": "Excited", "tone": "Informal" }

🔗 Resources

Any additional information like demo links or YouTube tutorials.