Create an account to get your API key and start uploading images.
You can upload images using our dashboard or API.
curl -X POST https://api.vinx.store/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@/path/to/image.png"
After uploading, you'll receive a URL that you can use to display your image.
<img src="https://vinx.store/username/your-image.png" alt="Your image" />