Emojiscribe
Transform your words into the perfect emoji with AI-powered matching
Type your message
Enter any text to get an emoji that best matches it.
Enter any text and we'll find up to 5 emoji matches with AI analysis
😊
Click the button to get emojis!
API Usage
Send a POST request to get emoji matches with detailed analysis
Request:
curl -X POST https://emojiscribe.vercel.app/api/emoji \
-H "Content-Type: application/json" \
-d '{
"text": ""
}'
Response:
{
"text": "",
"matches": []
}