wimage upload

drop images here or click to choose

upload with HTTP

Use the same endpoint from scripts or other tools by sending multipart form data with your key in the Authorization header.

curl -X POST http://localhost:8000/api/images/batch \
  -H "Authorization: Bearer YOUR_KEY" \
  -F "files=@/path/to/photo.jpg" \
  -F "tags=photo, landscape"