API Key Protection
Manage API access via key-based authorization.
Require API Key
All requests to
/api/* must include the key in the X-API-Key header
How to Use
Pass the key in every API request.
Add the header to your HTTP request:
Your service users enter this key in the app settings
(Settings → API Key) to authenticate requests.
X-API-Key: <your-key>Your service users enter this key in the app settings
(Settings → API Key) to authenticate requests.
My Personal API Keys
Keys start with
mdl_ and are accepted on all /api/* endpoints via the X-API-Key header. The key is shown only at creation — save it immediately.| Key Prefix | Label | Created | Last Used | |
|---|---|---|---|---|
How to Use
Pass the key in the header of every request:
Example: download files via cURL:
X-API-Key: mdl_xxxxxxxxxxxx...Example: download files via cURL:
curl -H "X-API-Key: mdl_..." https://medialoader.69media.pro/api/v1/files
System Users
Administrators with access to the control panel.
| ID | Role | Status | Created | |
|---|---|---|---|---|
All System API Keys
Personal
mdl_... keys for all users. Create a key for any user or revoke any key.| User | Key Prefix | Label | Created | Last Used | |
|---|---|---|---|---|---|