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

Support

Need help with Dewemoji? We got you.

Install & activate

  1. Install from Chrome Web Store.
  2. Open Dewemoji settings.
  3. Paste key in Pro tab 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 valid and active.
  • Insert not working: click into input and retry.

Still stuck? Email hello@dewemoji.com.

@endsection