Upload images, store them in the public 'uploads' collection, and generate API links.
To simulate API key authentication, the core function now requires a valid `apiKey` parameter.
Developer: EVOZIDEVELOPERS1234
https://image.zirox.xyz/v1/upload
{ "api_key": "...", "image_data": "base64...", "mime_type": "image/png", "filename": "example.png" }
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}}.
Loading gallery...