@extends('site.layout') @section('title', 'Support - Dewemoji') @section('meta_description', 'Get help with Dewemoji installation, Pro activation, API usage, billing, and common troubleshooting.') @push('jsonld') @endpush @section('content')
Public / Support

Support Center

Install & activate

  1. Install Dewemoji extension.
  2. Open settings and go to Pro tab.
  3. Paste your license key and activate.

API quick start

curl -H "Authorization: Bearer YOUR_LICENSE_KEY" \
"{{ url('/v1/emojis') }}?q=love&limit=20"

Common issues

  • License limit reached: deactivate old profile first.
  • API 401 invalid key: ensure key is active and valid.
  • Insert not working: focus target input and retry.

Need direct help? Email hello@dewemoji.com.

@endsection