Provide one image
Use a fetchable HTTPS URL for a supported source image, or use the optional upload flow when the source exists only as local bytes.
Use a fetchable HTTPS URL for a supported source image, or use the optional upload flow when the source exists only as local bytes.
Set the target width, height, mode, format and quality for each image required by your product.
Read the completed job’s output manifest or bundle; generated files have source metadata removed for privacy.
Convert supported sources to JPG, PNG, WebP, or AVIF. Use the source dimensions when only the encoding should change.
Create several widths, aspect ratios and formats in one job for web, mobile, social cards, thumbnails, or product catalogs.
Use fit to stay inside a box, cover to crop and fill it, contain to pad it, or fill to force exact dimensions.
Request WebP/AVIF, larger derivative sets, wider outputs, smart crop, background removal, moderation, or an account watermark.
image_multi_v1Formats: jpg · png · webp · avifModes: fit · cover · contain · fillOptional: smart crop · background removal · moderation · watermark신뢰할 수 있는 서버에서 MediaRuntime API 키로 제출하세요. 소스는 작업 시간 동안 접근 가능한 HTTPS URL이면 되며 MediaRuntime 업로드는 선택 사항입니다.
{
"file_url": "https://cdn.example.com/media/product-photo.png",
"metadata": {
"media_type": "image",
"asset_id": "product-photo-0426"
},
"outputs": [
{
"type": "image",
"preset": "image_multi_v1",
"path_suffix": "responsive",
"images": [
{
"width": 1600,
"height": 1200,
"mode": "fit",
"format": "webp",
"quality": 84
},
{
"width": 600,
"height": 600,
"mode": "cover",
"format": "jpg",
"quality": 88
}
]
}
]
}