Upscale Image
Upscales the resolution of a selected photo.
Endpoint
POST /api/images/upscaleParameters
Parameter
Type
Required
Description
Callback
Request Example
curl -X POST "https://api.deepmode.ai/api/images/upscale" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_SECRET_API_KEY" \
-d '{
"image_id": "c6b8a9f7e5d1c3a2f91e3"
}'Response
Last updated