Public Image Storage API

Upload images, store them in the public 'uploads' collection, and generate API links.

API Upload Endpoint Simulation (Authenticated)

To simulate API key authentication, the core function now requires a valid `apiKey` parameter.

Developer: EVOZIDEVELOPERS1234

API Key:
POST URL Concept: https://image.zirox.xyz/v1/upload
Required Body Parameters (JSON): { "api_key": "...", "image_data": "base64...", "mime_type": "image/png", "filename": "example.png" }

1. UI Upload (for local files)

2. Public Gallery (uploads/)

API Retrieval Note: The generated "API Link" is the key for retrieval. External sites use this unique ID to fetch the image, simulating a simple REST API call: /api/v1/uploads/{{image_id}}.