Documentation

Quick Start Guide

1. Sign Up for an Account

Create an account to get your API key and start uploading images.

2. Upload an Image

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"

3. Use Your Image

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" />