Supports svg, png, jpg, jpeg, webp, gif, bmp, and avif formats.
Conversion Request
Use a source URL or local upload, choose the output format, then convert.
input: remote URL
80
Supported conversions
- raster to raster: supported
- svg to raster: supported
- gif behavior: first frame only
API usage
curl -X POST "https://image.jawdread.com/api/convert" \
-H "Content-Type: application/json" \
-d '{
"image_source": "https://example.com/input.jpg",
"image_output_format": "png",
"image_output_name": "converted_image",
"image_background": "white" // optional (defaults to white)
}' \
--output converted_image.png