✨ Emoji2Pic API

This is an API endpoint. Please use the main website to generate images.

Example POST request:

fetch('https://emoji2pic.api.pawix.dev/', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ emojis: '🐈' })
});