Upscale an image with Precision V2
Upscales an image while adding new visual elements or details (V2). This endpoint may modify the original image content based on the prompt and inferred context. Upon submission, it returns a unique task_id which can be used to track the progress.
Documentation Index
Fetch the complete documentation index at: https://dripart-changelog-0-18-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
Source image to upscale. Accepts either:
- A publicly accessible HTTPS URL pointing to the image
- A base64-encoded image string
Image processing flavor:
- sublime: Optimized for artistic and illustrated images
- photo: Optimized for photographic images
- photo_denoiser: Specialized for photos with noise reduction
sublime, photo, photo_denoiser Image scaling factor. Determines how much larger the output will be compared to input.
2 <= x <= 16Image sharpness intensity control. Higher values increase edge definition and clarity.
0 <= x <= 100Intelligent grain/texture enhancement. Higher values add more fine-grained texture.
0 <= x <= 100Ultra detail enhancement level. Higher values create more intricate details.
0 <= x <= 100Optional callback URL that will receive asynchronous notifications when the upscaling task completes.
响应
OK - The upscaling process has started