Getting Started with Jetweb Image Optimizer

1. Get Your Access Token

Visit the homepage and generate your access token.

2. Install the WordPress Plugin

  1. Download the Jetweb Image Optimizer plugin
  2. Upload to your WordPress /wp-content/plugins/ directory
  3. Activate the plugin in WordPress admin
  4. Go to Settings - Jetweb Image Optimizer
  5. Enter your access token
  6. Click "Start Bulk Optimization"

3. API Usage

POST /convert
Headers:
  X-Access-Token: your-token-here
  Content-Type: multipart/form-data

Body:
  file: [image file]
  format: webp (or avif)
  quality: 85