Enhance Images
Trigger image enhancements with createEnhancedImage. Parameters, status, AI upscaling limits, and polling vs webhooks.
Create an enhancement
mutation {
createEnhancedImage(
uploadId: "your-upload-id"
input: {
mode: ENHANCE
noiseReductionProfilingMode: AUTO
noiseReductionProfilingStrength: 0.5
artifactsDetectionRemoval: AUTO_AI
enhanceFaceDetails: ENHANCE
upscalingFactor: X2
}
) {
id
status
fullUrl
filename
viesusDuration
}
}Input parameters
Parameter
Type
Description
AI upscaling limits
Constraint
Value
Check enhancement status
Status
Meaning
All enhancements for an upload
Polling vs webhooks
Minimal enhancement example (Node.js)
Last updated
Was this helpful?
