🎯 Emoji Finder API
An API to find a relevant emoji from a sentence in any language.
Powered by GROQ using the LLaMA 3.1 8B Instant model.

🚀 Demo

👉 Demo Site

Features

  • Generate emojis from multilingual text.
  • Secure authentication via API key.
  • Simple web interface to quickly test the API.

🛠️ Installation

git clone <repo-url>
cd emojie-api
cp env.example .env
# Edit the environment variables in the .env file
npm install
npm run dev

📦 Usage

1. From the web interface:http://localhost:3000
2. From an API request:
curl -X POST http://localhost:3000/api/emojie \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: YOUR_SECRET_API_KEY" \
  -d '{"text": "Your text"}'
Emoji Generator API
Enter text in any language to generate a relevant emoji