Admin Login

Manage your PDF API keys and monitor usage.

{{ error }}

Dashboard

Welcome back, {{ username }}

Total Requests
{{ stats.total_requests }}
Active Keys
{{ apiKeys.filter(k => k.is_active).length }}

Requests per Key

Key Name Usage API Key (Prefix)
{{ key.name }} {{ key.usage_count }} {{ key.api_key.substring(0, 8) }}...

Popular Endpoints

Endpoint Total Requests
{{ ep.endpoint }} {{ ep.count }}

New Key Generated!

Make sure to copy it now. You won't be able to see it again.

Name Status Created Actions
{{ key.name }} {{ key.is_active ? 'Active' : 'Inactive' }} {{ new Date(key.created_at).toLocaleDateString() }}