@extends('site.layout') @section('title', 'API Docs - Dewemoji') @section('meta_description', 'Dewemoji API docs for emoji search, categories, license verification, activation, and system endpoints.') @push('jsonld') @endpush @section('content')

API Docs

Base URL: {{ url('/v1') }}

Core endpoints

Auth

Use Authorization: Bearer YOUR_LICENSE_KEY (preferred) or X-License-Key.

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