
Imgix
imgiximgix is a real-time image processing and delivery service that enables developers to optimize, transform, and deliver images efficiently.
Acciones disponibles (44)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Imgix Auto OptimizationIMGIX_AUTOAcciónTool to apply automatic best-effort image optimizations. Use when you need to compress, enhance, format, or remove redeye via Imgix's auto parameter.
IMGIX_AUTOAcciónTool to apply automatic best-effort image optimizations. Use when you need to compress, enhance, format, or remove redeye via Imgix's auto parameter.
Parámetros de entrada
autostring[]ObligatorioList of automatic operations to apply. Allowed values: compress, enhance, format, redeye, true
pathstringObligatorioAsset path within the source (e.g., "images/photo.jpg")
sourcestringObligatorioImgix source domain (e.g., "my-source.imgix.net")
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Blend OverlayIMGIX_BLENDAcciónTool to overlay an image, text, or color onto a base image using imgix blending parameters. Use after specifying the base image URL and blend parameters to composite layers.
IMGIX_BLENDAcciónTool to overlay an image, text, or color onto a base image using imgix blending parameters. Use after specifying the base image URL and blend parameters to composite layers.
Parámetros de entrada
blendstringURL-encoded overlay URL (image or text), absolute or relative.
blend64stringURL-safe Base64-encoded overlay URL (image or text).
blend_hnumberOverlay height in pixels (>1) or ratio of base height (0.0-1.0)
blend_wnumberOverlay width in pixels (>1) or ratio of base width (0.0-1.0)
blend_xintegerHorizontal offset in pixels from the left edge
blend_yintegerVertical offset in pixels from the top edge
blend_fitstringenumHow the overlay is fit into its blend_w/blend_h box
clampclipcropmaxscaleblend_padintegerPadding in pixels around the overlay when alignment is used
blend_cropstringWhen blend_fit='crop', crop focus: top, bottom, left, right, faces; CSV
blend_modestringenumHow the overlay interacts with the base image.
normaldarkenmultiplyburnlightenscreendodgeoverlaysoftlighthardlightdifferenceexclusion+4blend_sizestringIf 'inherit', overlay inherits base image sizing/cropping
blend_alignstringOverlay alignment: top, middle, bottom, left, center, right or 'horizontal,vertical'.
blend_alphaintegerOverlay transparency (0 transparent, 100 opaque).
blend_colorstringSolid color overlay; accepts keywords or hex strings (3/4/6/8-digit AARRGGBB).
base_image_urlstringObligatorioThe URL of the base image to which the overlay will be applied
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Imgix Blend AlignIMGIX_BLEND_ALIGNAcciónTool to align the overlay relative to the base image when blending. Use after constructing a base Imgix URL to specify horizontal and vertical alignment (e.g., 'left,top').
IMGIX_BLEND_ALIGNAcciónTool to align the overlay relative to the base image when blending. Use after constructing a base Imgix URL to specify horizontal and vertical alignment (e.g., 'left,top').
Parámetros de entrada
verticalstringenumVertical alignment of the overlay relative to the base image
topmiddlebottomimage_urlstringObligatorioThe Imgix image URL to which the blend-align parameter will be applied
horizontalstringenumHorizontal alignment of the overlay relative to the base image
leftcenterright
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Blend Color Over ImageIMGIX_BLEND_COLORAcciónTool to blend a solid color over an image using CSS keyword or hex. Use when you need to apply color overlay transformations to an existing image URL.
IMGIX_BLEND_COLORAcciónTool to blend a solid color over an image using CSS keyword or hex. Use when you need to apply color overlay transformations to an existing image URL.
Parámetros de entrada
image_urlstringObligatoriouriSource image URL
blend_modestringenumHow the color blends with the image; default is 'overlay'
normaldarkenmultiplyburnlightenscreendodgeoverlaysoftlighthardlightdifferenceexclusion+4blend_alphaintegerOverlay transparency from 0 (transparent) to 100 (opaque)
blend_colorstringObligatorioColor keyword or 3-/4-/6-/8-digit hex; for hex, prefix with '#' optional; 4/8-digit include alpha channel
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Imgix Blend X PositionIMGIX_BLEND_XAcciónTool to position the overlay horizontally on an Imgix-rendered image. Use when you need to offset the blend layer by a specified number of pixels from the left edge.
IMGIX_BLEND_XAcciónTool to position the overlay horizontally on an Imgix-rendered image. Use when you need to offset the blend layer by a specified number of pixels from the left edge.
Parámetros de entrada
blendstringObligatorioOverlay image URL or color code (e.g., hex code), must enable blending.
blend_xintegerHorizontal offset in pixels from the left edge. Defaults to 0.
image_urlstringObligatoriouriBase image URL without existing query parameters.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Draw Image BorderIMGIX_BORDERAcciónTool to draw a border around an image. Use when you need to overlay a border without resizing.
IMGIX_BORDERAcciónTool to draw a border around an image. Use when you need to overlay a border without resizing.
Parámetros de entrada
colorstringObligatorioBorder color as a CSS keyword or hexadecimal value (3/4/6/8-digit), e.g., 'red', 'FF0000', or '80FF0000'
widthintegerObligatorioBorder thickness in pixels; must be a positive integer.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/pic.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Adjust Image BrightnessIMGIX_BRIAcciónTool to adjust image brightness. Use when you need to modify an image's brightness level (−100 to 100) by supplying your source domain and asset path.
IMGIX_BRIAcciónTool to adjust image brightness. Use when you need to modify an image's brightness level (−100 to 100) by supplying your source domain and asset path.
Parámetros de entrada
brinumberBrightness adjustment in percent, between -100 (darkest) and 100 (brightest). Default is 0 (no change).
sourcestringObligatorioImgix source domain (e.g., 'my-source'). Do not include 'https://' or trailing slash.
asset_pathstringObligatorioPath to the image asset on your Imgix source (e.g., 'photos/image.jpg'). No leading slash.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_CHAcciónTool to opt in to Client Hints. Use when you want Imgix URLs to adapt based on browser headers (Width, DPR, Save-Data).
Tool to opt in to Client Hints. Use when you want Imgix URLs to adapt based on browser headers (Width, DPR, Save-Data).
Parámetros de entrada
chstring[]ObligatorioList of Client Hints tokens to opt into. Allowed values: 'Width', 'DPR', 'Save-Data'. Overrides 'w' and 'dpr' URL params; 'Save-Data' enforces q=45 and may change output format.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Extract Image Color PaletteIMGIX_COLORSAcciónTool to specify how many colors to return when extracting a color palette. Use when you need to control palette size and format.
IMGIX_COLORSAcciónTool to specify how many colors to return when extracting a color palette. Use when you need to control palette size and format.
Parámetros de entrada
colorsintegerNumber of colors to include in the palette (0-16). Default 6.
prefixstringCSS class prefix when palette='css'. Ignored for JSON.
palettestringenumOutput format: 'json' for structured data, 'css' for stylesheet.
cssjsonimage_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'. Omit leading slash.
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'. Do not include protocol.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Adjust Image ContrastIMGIX_CONAcciónTool to adjust image contrast. Use when you need to modify an image's contrast level (−100 to 100).
IMGIX_CONAcciónTool to adjust image contrast. Use when you need to modify an image's contrast level (−100 to 100).
Parámetros de entrada
connumberContrast adjustment in percent, between -100 (lowest contrast) and 100 (highest contrast). Default is 0 for no change.
sourcestringObligatorioImgix source domain (e.g., 'my-source'). Do not include 'https://' or trailing slash.
asset_pathstringObligatorioPath to the image asset on your Imgix source (e.g., 'photos/image.jpg'). No leading slash.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_CROPAcciónTool to control cropping alignment and behavior using Imgix's 'crop' parameter.
Tool to control cropping alignment and behavior using Imgix's 'crop' parameter.
Parámetros de entrada
hintegerOutput height in pixels or as ratio (0.0-1.0).
wintegerOutput width in pixels or as ratio (0.0-1.0).
arstringOptional aspect ratio in 'W:H' format (e.g., '16:9'). Used with fit=crop/fill to maintain ratio.
fitstringenumHow the image fits target dimensions. Commonly 'crop' when using the crop parameter.
clampclipcropfaceareafillfillmaxmaxminscalecropstringObligatorioCrop alignment and strategy. Provide a comma-separated string or a list including any of: top, bottom, left, right, faces, focalpoint, edges, entropy.
fp-xnumberFocal point X coordinate (0.0-1.0) when crop=focalpoint.
fp-ynumberFocal point Y coordinate (0.0-1.0) when crop=focalpoint.
fp-znumberFocal point zoom (typically 1.0-5.0) when crop=focalpoint.
image_pathstringObligatorioPath to the image within the source, e.g., 'examples/pione.jpg'. Omit leading slash.
source_domainstringObligatorioImgix source domain (hostname only), e.g., 'assets.imgix.net'. Exclude protocol.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_CSAcciónTool to set or strip output color space/profile on an Imgix image. Use when optimizing compatibility and file size (e.g., cs=strip for smaller metadata).
Tool to set or strip output color space/profile on an Imgix image. Use when optimizing compatibility and file size (e.g., cs=strip for smaller metadata).
Parámetros de entrada
csstringenumColor space of the output image. Accepted values: 'origin', 'srgb', 'adobergb1998', 'tinysrgb', 'strip'. If omitted, uses 'origin'.
originsrgbadobergb1998tinysrgbstripimage_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'; exclude protocol
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_DLAcciónTool to force asset download. Use when you need to download an Imgix asset with a specific filename.
Tool to force asset download. Use when you need to download an Imgix asset with a specific filename.
Parámetros de entrada
dlstringDesired download filename. When provided, forces download with this filename.
dl64stringBase64-encoded (URL-safe) download filename. Mutually exclusive with dl.
pathstringObligatorioAsset path within the source (e.g., "images/photo.jpg")
sourcestringObligatorioImgix source domain (e.g., "my-source.imgix.net")
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Adjust Image DPIIMGIX_DPIAcciónTool to embed DPI (dots-per-inch) metadata for print output on an Imgix-rendered image. Use when preparing images for print to set accurate DPI. Supports JPEG and PNG only.
IMGIX_DPIAcciónTool to embed DPI (dots-per-inch) metadata for print output on an Imgix-rendered image. Use when preparing images for print to set accurate DPI. Supports JPEG and PNG only.
Parámetros de entrada
fmstringenumOptional. Convert the image to this format before setting DPI (only 'jpg' or 'png').
jpgpngdpiintegerObligatorioDots per inch (DPI) to embed in the image Exif header; integer ≥1. Only applies to JPEG and PNG images.
sourcestringObligatorioImgix source domain without protocol (e.g., 'my-source'). Do not include 'https://' or trailing slash.
asset_pathstringObligatorioAsset path on your Imgix source (e.g., 'photos/image.jpg'). Do not include leading slash.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Device Pixel RatioIMGIX_DPRAcciónTool to set device pixel ratio for an Imgix image. Use when rendering at specific display densities to ensure correct sharpness. Example: 'dpr=2&w=500&h=300' doubles resolution relative to dimensions.
IMGIX_DPRAcciónTool to set device pixel ratio for an Imgix image. Use when rendering at specific display densities to ensure correct sharpness. Example: 'dpr=2&w=500&h=300' doubles resolution relative to dimensions.
Parámetros de entrada
hintegerDesired output height in pixels (integer ≥ 1). At least one of width or height is required.'
wintegerDesired output width in pixels (integer ≥ 1). At least one of width or height is required.'
dprnumberDevice pixel ratio controlling image output density. Default is 1; must be ≥ 0 and ≤ 5. Requires width and/or height to take effect.
sourcestringObligatorioImgix source domain (e.g., 'my-source'). Do not include 'https://' or trailing slash.'
asset_pathstringObligatorioPath to the image asset on your Imgix source (e.g., 'photos/image.jpg'). No leading slash.'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Imgix URL ExpirationIMGIX_EXPIRESAcciónTool to append an expiration parameter to an Imgix URL so it returns 404 after a given time. Use when you want the image URL to stop serving beyond a specific UNIX timestamp.
IMGIX_EXPIRESAcciónTool to append an expiration parameter to an Imgix URL so it returns 404 after a given time. Use when you want the image URL to stop serving beyond a specific UNIX timestamp.
Parámetros de entrada
pathstringObligatorioAsset path within the source (e.g., "images/photo.jpg"). Exclude leading slash.
expiresintegerObligatorioAbsolute UNIX timestamp (seconds since epoch) after which the URL will return 404
source_domainstringObligatorioImgix source domain (e.g., "my-source.imgix.net"). Exclude protocol.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_FITAcciónTool to control how an image fits target dimensions after resizing. Use when specifying width, height, and fit behavior.
Tool to control how an image fits target dimensions after resizing. Use when specifying width, height, and fit behavior.
Parámetros de entrada
hintegerObligatorioOutput height in pixels (1-8192) or ratio (0.0-1.0) of source height
wintegerObligatorioOutput width in pixels (1-8192) or ratio (0.0-1.0) of source width
fitstringObligatorioenumSpecifies how to fit the image within the target dimensions. One of: clamp, clip, crop, facearea, fill, fillmax, max, min, scale.
clampclipcropfaceareafillfillmaxmaxminscalefacepadnumberPadding around detected faces as fraction of face bounding box when fit='facearea'
faceindexintegerSelect which detected face to prioritize when fit='facearea'
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg' (omit leading slash)
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net' (exclude protocol)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_FMAcciónTool to choose output file format for the rendered asset. Use after specifying the asset path when you need to convert its format.
Tool to choose output file format for the rendered asset. Use after specifying the asset path when you need to convert its format.
Parámetros de entrada
fmstringObligatorioenumOutput format to convert the asset to. Valid values: avif, gif, jp2, jpg, json, jxr, pjpg, mp4, png, png8, png32, webm, webp, blurhash.
avifgifjp2jpgjsonjxrpjpgmp4pngpng8png32webm+2pathstringObligatorioAsset path within the source (e.g., "images/photo.jpg")
sourcestringObligatorioImgix source domain (e.g., "my-source.imgix.net")
losslessbooleanOnly valid when fm='webp'. Set to true to request lossless WebP delivery
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Force Aspect RatioIMGIX_FORCE_ASPECT_RATIOAcciónTool to force a target aspect ratio on an Imgix image. Use when a specific W:H frame is needed after choosing fit=crop or fit=fill. Example: 'ar=16:9&fit=crop&w=800' yields a 16:9, 800px-wide URL.
IMGIX_FORCE_ASPECT_RATIOAcciónTool to force a target aspect ratio on an Imgix image. Use when a specific W:H frame is needed after choosing fit=crop or fit=fill. Example: 'ar=16:9&fit=crop&w=800' yields a 16:9, 800px-wide URL.
Parámetros de entrada
hintegerDesired height in pixels (integer) or as a ratio (0.0-1.0). If omitted and 'w' is set, 'h' is auto-calculated.
wintegerDesired width in pixels (integer) or as a ratio (0.0-1.0). If omitted and 'h' is set, 'w' is auto-calculated.
arstringObligatorioTarget aspect ratio in 'W:H' format. Use integers or decimals, e.g., '16:9', '4:3', '1.5:1'.
fitstringObligatorioenumHow the image fits the target ratio. Must be 'crop' or 'fill'.
cropfillcropstringenumWhen 'fit=crop', controls alignment of the crop box. Defaults to center if unset.
topbottomleftrightfacesfocalpointedgesentropyfillstringenumWhen 'fit=fill', determines how excess space is filled. Options: 'solid', 'blur', 'gradient', 'gen'.
solidblurgradientgenpathstringObligatorioPath to the image on your Imgix source, e.g., 'images/photo.jpg'. Exclude leading slash.
fill_colorstringColor for solid fill, e.g., '#ff0000' or 'red'. Only used when 'fill=solid'.
source_domainstringObligatorioYour Imgix source domain, e.g., 'my-source.imgix.net'. Exclude protocol ('http://' or 'https://').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_HAcciónTool to set output image height in pixels or as a ratio of the source height. Use after constructing an Imgix URL to adjust only height.
Tool to set output image height in pixels or as a ratio of the source height. Use after constructing an Imgix URL to adjust only height.
Parámetros de entrada
hintegerObligatorioHeight of the output image. Provide a positive integer for pixel height (1-8192), or a float >0.0 and ≤1.0 to specify a ratio of the source height.
sourcestringObligatorioImgix source domain (e.g., 'my-source'). Do not include protocol or trailing slash.
asset_pathstringObligatorioPath to the image on your Imgix source (e.g., 'photos/image.jpg'); omit leading slash.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Adjust Image HighlightsIMGIX_HIGHAcciónTool to adjust highlight tonal mapping (−100 to 0). Use when preserving detail in bright areas of an image.
IMGIX_HIGHAcciónTool to adjust highlight tonal mapping (−100 to 0). Use when preserving detail in bright areas of an image.
Parámetros de entrada
highnumberHighlight tonal mapping adjustment in percent, between -100 (reduce highlights most) and 0 (no change).
sourcestringObligatorioImgix source domain (e.g., 'my-source'). Do not include 'https://' or trailing slash.
asset_pathstringObligatorioPath to the image asset on your Imgix source (e.g., 'photos/image.jpg'). No leading slash.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_LIST_SOURCESAcciónTool to list all Sources for an account. Use when you need to retrieve and paginate through sources with optional sorting and filtering.
Tool to list all Sources for an account. Use when you need to retrieve and paginate through sources with optional sorting and filtering.
Parámetros de entrada
sortstringComma-separated fields to sort by; prepend '-' for descending. Supported: date_deployed, enabled, name.
page[size]integerPage size; must be ≥ 1.
filter[name]stringFilter by Source name (ANDed with other filters).
page[number]integerZero-indexed page number.
fields[sources]stringComma-delimited list of Source fields to return; use dot notation for nested fields.
filter[enabled]booleanFilter by enabled status.
filter[deployment.type]stringenumFilter by deployment type.
azuregcss3webfolderwebproxys3_compatiblefilter[deployment.region]stringS3-Compatible region filter.
filter[deployment.s3_bucket]stringS3 bucket name filter.
filter[deployment.gcs_bucket]stringGCS bucket name filter.
filter[deployment.bucket_name]stringS3-Compatible bucket name filter.
filter[deployment.azure_bucket]stringAzure container name filter.
filter[deployment.custom_domains]stringCustom domains filter.
filter[deployment.imgix_subdomains]stringImgix subdomains filter.
filter[deployment.storage_provider]stringS3-Compatible storage provider filter.
filter[deployment.webfolder_base_url]stringWeb Folder base URL filter.
Parámetros de salida
dataobject[]ObligatoriometaobjectObligatorioerrorstringError if any occurred during the execution of the action
jsonapiobjectObligatorioincludedarraysuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Set Watermark Base URLIMGIX_MARK_BASEAcciónTool to set the base URL prepended to the watermark image path. Use when you need to host watermark assets on a custom domain or CDN.
IMGIX_MARK_BASEAcciónTool to set the base URL prepended to the watermark image path. Use when you need to host watermark assets on a custom domain or CDN.
Parámetros de entrada
mark_basestringObligatorioFully qualified base URL to prepend to the watermark image path. Must include scheme, e.g., 'https://cdn.example.com'
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Watermark Fit ModeIMGIX_MARK_FITAcciónTool to set how a watermark fits its target dimensions. Use when applying a watermark and you need control over fitting behavior (e.g., selecting 'scale'). For 'crop', ensure 'mark-w' and 'mark-h' are also provided.
IMGIX_MARK_FITAcciónTool to set how a watermark fits its target dimensions. Use when applying a watermark and you need control over fitting behavior (e.g., selecting 'scale'). For 'crop', ensure 'mark-w' and 'mark-h' are also provided.
Parámetros de entrada
mark_fitstringenumControls how the watermark fits within the specified dimensions. Allowed values: - clip: preserve aspect ratio within bounds (default); - crop: fill bounds exactly (requires mark-w and mark-h); - max: fit within bounds without upscaling; - scale: force exact target dimensions.
clipcropmaxscaleimage_urlstringObligatorioThe Imgix URL to which the watermark fit mode will be applied.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Imgix Mark HeightIMGIX_MARK_HAcciónTool to set watermark height on an Imgix URL in pixels or as a ratio of the watermark source. Use when adjusting overlay height while preserving aspect ratio.
IMGIX_MARK_HAcciónTool to set watermark height on an Imgix URL in pixels or as a ratio of the watermark source. Use when adjusting overlay height while preserving aspect ratio.
Parámetros de entrada
markstringObligatoriouriOverlay source URL for the watermark image or text overlay.
mark-hintegerObligatorioWatermark height. Provide a positive integer >1 and <=2000 to specify pixel height, or a float between 0.0 and 1.0 inclusive to specify a ratio of the watermark source height.
image_urlstringObligatoriouriExisting Imgix URL to which the watermark height parameter will be applied.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_MARK_PADAcciónTool to set pixel padding between a watermark and the image edge or between tiled watermarks. Use after configuring watermark URL and alignment to adjust spacing precisely.
Tool to set pixel padding between a watermark and the image edge or between tiled watermarks. Use after configuring watermark URL and alignment to adjust spacing precisely.
Parámetros de entrada
urlstringObligatorioFull URL of the source image (including any existing query parameters).
mark-padintegerNumber of pixels of padding between watermark and image edge; also between tiled watermark images. Must be an integer ≥ 0. Defaults to 5 if omitted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Watermark WidthIMGIX_MARK_WAcciónTool to set watermark width. Use when you need to enforce a watermark's width in pixels or as a proportion. Use after specifying watermark source.
IMGIX_MARK_WAcciónTool to set watermark width. Use when you need to enforce a watermark's width in pixels or as a proportion. Use after specifying watermark source.
Parámetros de entrada
mark_wintegerObligatorioWatermark width. Specify an integer ≥1 to set an absolute pixel width, or a float >0 and ≤1 to set a ratio of the watermark source's width.
image_urlstringObligatorioThe Imgix URL to which the watermark width will be applied.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_MASKAcciónTool to apply a mask to an image. Use when needing rounded corners, ellipse shapes, or image-based masks.
Tool to apply a mask to an image. Use when needing rounded corners, ellipse shapes, or image-based masks.
Parámetros de entrada
maskstringMask type: 'corners', 'ellipse', or an image URL; URL or comma-separated values must be URL-encoded
mask64stringBase64-encoded mask; use when encoding URLs or comma-separated values
mask-bgstringBackground color for masked areas; accepts CSS keywords or hex (e.g., 'FF0000' or 'red')
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg' (omit leading slash)
corner-radiusintegerCorner radius in pixels; integer or comma-separated list of up to 4 values, used when mask='corners'
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net' (exclude protocol)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_MAX_HAcciónTool to limit output image height. Use when fit=crop is applied to prevent excessively tall images.
Tool to limit output image height. Use when fit=crop is applied to prevent excessively tall images.
Parámetros de entrada
max-hintegerObligatorioMaximum allowed output image height in pixels; only enforced when fit=crop is used
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'; exclude protocol
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_MAX_WAcciónTool to set the maximum output width on an Imgix URL. Use when you need to cap width (works only with fit=crop). Call after specifying fit=crop on the URL.
Tool to set the maximum output width on an Imgix URL. Use when you need to cap width (works only with fit=crop). Call after specifying fit=crop on the URL.
Parámetros de entrada
max_wintegerObligatorioMaximum allowed output width in pixels (works only with fit=crop). Must be between 1 and 8192.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg' (omit leading slash)
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net' (exclude protocol)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_PALETTEAcciónTool to extract a color palette from an image in CSS or JSON form. Use when you need to analyze an image's dominant colors after any transformations.
Tool to extract a color palette from an image in CSS or JSON form. Use when you need to analyze an image's dominant colors after any transformations.
Parámetros de entrada
colorsintegerNumber of colors to include in the palette (0-16). Default 6.
prefixstringCSS class prefix when palette='css'. Ignored for JSON.
palettestringenumOutput format: 'json' for structured data, 'css' for stylesheet.
cssjsonsignaturestringURL signature (s=...) if secure URLs are enabled.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'. Omit leading slash.
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'. Do not include protocol.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set CSS Palette PrefixIMGIX_PREFIXAcciónTool to set class-name prefix for CSS palette output. Use when customizing CSS selectors for color-palette styling.
IMGIX_PREFIXAcciónTool to set class-name prefix for CSS palette output. Use when customizing CSS selectors for color-palette styling.
Parámetros de entrada
colorsintegerNumber of colors to include in the palette; default is 6; valid range 0–16.
prefixstringCSS class name prefix to use instead of the default 'image'; ignored when palette='json'.
palettestringenumOutput format: 'css' to receive a CSS stylesheet, 'json' for JSON palette output; prefix is only applied when 'css'.
cssjsonimage_pathstringObligatorioPath to the image within the source, e.g., 'examples/pione.jpg'. May include or omit leading slash.
source_domainstringObligatorioImgix source domain (hostname), e.g., 'assets.imgix.net'. Do not include protocol.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Output QualityIMGIX_QAcciónTool to set output quality for lossy formats. Use when adjusting image compression quality for lossy image delivery.
IMGIX_QAcciónTool to set output quality for lossy formats. Use when adjusting image compression quality for lossy image delivery.
Parámetros de entrada
qintegerOutput quality for lossy formats (jpg, pjpg, webp, avif, jxr). Valid range 0-100; default 75.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg' (omit leading slash)
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net' (exclude protocol)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_RECTAcciónTool to select a source-image rectangle region in Imgix before other resizing. Use when you need to crop a specific region (x,y,w,h) of the source image.
Tool to select a source-image rectangle region in Imgix before other resizing. Use when you need to crop a specific region (x,y,w,h) of the source image.
Parámetros de entrada
hintegerObligatorioHeight of the rectangle: integer pixels, fraction (0.0-1.0), or 'full' for full image height.
wintegerObligatorioWidth of the rectangle: integer pixels, fraction (0.0-1.0), or 'full' for full image width.
xintegerObligatorioHorizontal offset for the rectangle origin: integer pixels, fraction (0.0-1.0), or one of 'left','center','right'.
yintegerObligatorioVertical offset for the rectangle origin: integer pixels, fraction (0.0-1.0), or one of 'top','middle','bottom'.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash.
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'; exclude protocol ('http://' or 'https://').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Imgix RotateIMGIX_ROTAcciónTool to rotate an image on Imgix. Use when you need to apply a counter-clockwise rotation (0–359°) with optional mode control.
IMGIX_ROTAcciónTool to rotate an image on Imgix. Use when you need to apply a counter-clockwise rotation (0–359°) with optional mode control.
Parámetros de entrada
rotintegerDegrees to rotate the image counter-clockwise. Must be between 0 and 359.
pathstringObligatorioAsset path within the source (e.g., "images/photo.jpg"). Exclude leading slash.
sourcestringObligatorioImgix source domain (e.g., "my-source.imgix.net"). Exclude protocol prefix.
rot-typestringenumWhen set, controls rotation mode: 'pivot' shows full image; 'straighten' zooms and crops.
pivotstraighten
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_ROT_TYPEAcciónTool to control rotation behavior when `rot` is applied. Use after applying a `rot` parameter to choose between pivot (show entire image) or straighten (zoom and crop) behavior.
Tool to control rotation behavior when `rot` is applied. Use after applying a `rot` parameter to choose between pivot (show entire image) or straighten (zoom and crop) behavior.
Parámetros de entrada
rot-typestringObligatorioenumType of rotation behavior: `pivot` displays the entire image without cropping; `straighten` zooms in and crops to straighten an image.
pivotstraightenimage_urlstringObligatoriouriFull Imgix image URL to which the `rot-type` parameter will be applied.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Text OverlayIMGIX_TXTAcciónTool to render a single-line UTF-8 text overlay on an image. Use when you need simple text captions.
IMGIX_TXTAcciónTool to render a single-line UTF-8 text overlay on an image. Use when you need simple text captions.
Parámetros de entrada
txtstringText string to render (UTF-8 supported, including emoji)
txt64stringURL-safe Base64 variant of the text (omit '=' padding)
image_urlstringObligatorioURL of the source image to overlay text onto
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_TXT_ALIGNAcciónTool to align a text overlay on an Imgix image. Use when you need to position text by specifying vertical (top/middle/bottom) and horizontal (left/center/right) alignment.
Tool to align a text overlay on an Imgix image. Use when you need to position text by specifying vertical (top/middle/bottom) and horizontal (left/center/right) alignment.
Parámetros de entrada
verticalstringenumVertical alignment of the text overlay: 'top', 'middle', or 'bottom'
topmiddlebottomhorizontalstringenumHorizontal alignment of the text overlay: 'left', 'center', or 'right'
leftcenterrightimage_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'; exclude protocol
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Text ColorIMGIX_TXT_COLORAcciónTool to set text overlay color on an Imgix image. Use when customizing text overlays with CSS color keywords or hex codes.
IMGIX_TXT_COLORAcciónTool to set text overlay color on an Imgix image. Use when customizing text overlays with CSS color keywords or hex codes.
Parámetros de entrada
image_urlstringObligatoriouriSource Imgix URL or source domain with path
txt_colorstringCSS color keyword or 3-/4-/6-/8-digit hex (RGB/ARGB/RRGGBB/AARRGGBB). 4-/8-digit hex supports alpha transparency. Default is opaque black '000'.
txt_color64stringURL-safe Base64-encoded color value. Use when color contains special characters. Mutually exclusive with txt_color.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Text FontIMGIX_TXT_FONTAcciónTool to choose font family/style for overlay text. Use when customizing text appearance after specifying content. Supports CSS font categories and optional bold/italic flags.
IMGIX_TXT_FONTAcciónTool to choose font family/style for overlay text. Use when customizing text appearance after specifying content. Supports CSS font categories and optional bold/italic flags.
Parámetros de entrada
fontstringObligatorioDefines the typeface and style for overlay text. Accepts CSS categories: serif, sans-serif, monospace, cursive, fantasy, or explicit font names. To add bold and/or italic, append comma-separated flags (e.g., 'sans-serif,bold,italic').
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg' (omit leading slash)
use_base64booleanIf true, the font value will be URL-safe Base64 encoded and sent in the 'txt-font64' parameter instead of 'txt-font'.
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net' (exclude protocol)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Text Outline WidthIMGIX_TXT_LINEAcciónTool to set outline width around overlay text. Use when styling text overlays on images.
IMGIX_TXT_LINEAcciónTool to set outline width around overlay text. Use when styling text overlays on images.
Parámetros de entrada
txt-lineintegerObligatorioWidth of the outline to draw around overlay text in pixels. 0 draws no outline (default). Outline is drawn inside text edges.
image_urlstringObligatoriouriExisting Imgix URL to which the text outline width parameter will be applied.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Text Outline ColorIMGIX_TXT_LINE_COLORAcciónTool to set outline color for text. Use after enabling txt-line on an Imgix URL.
IMGIX_TXT_LINE_COLORAcciónTool to set outline color for text. Use after enabling txt-line on an Imgix URL.
Parámetros de entrada
colorstringObligatorioText outline color when 'txt-line' is enabled. Accepts CSS keywords or 3- (RGB), 4- (ARGB), 6- (RRGGBB), or 8-digit (AARRGGBB) hex codes.
encodebooleanIf true, use Base64 encoding and send as 'txt-line-color64'
image_urlstringObligatoriouriImgix image URL with txt-line parameter set
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_TXT_SHADAcciónTool to set text shadow strength for overlay text. Use when you need to apply a drop shadow to text.
Tool to set text shadow strength for overlay text. Use when you need to apply a drop shadow to text.
Parámetros de entrada
strengthintegerStrength of text shadow (0–10). If not provided, no shadow is applied.
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg' (omit leading slash)
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net' (exclude protocol)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IMGIX_TXT_SIZEAcciónTool to set text font size in pixels. Use when overlaying text and needing precise control over font size. Specify after defining the text content; default is 12px.
Tool to set text font size in pixels. Use when overlaying text and needing precise control over font size. Specify after defining the text content; default is 12px.
Parámetros de entrada
sizeintegerFont size of the overlay text in pixels; must be ≥ 1
image_pathstringObligatorioPath to the image within the source, e.g., 'images/photo.jpg'; omit leading slash
source_domainstringObligatorioImgix source domain (hostname), e.g., 'example-source.imgix.net'; exclude protocol
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not