POST
/
api
/
images
/
enhance
/
from-url
/
Enhance an image from URL
curl --request POST \
  --url https://backend.tensorpix.ai/api/images/enhance/from-url/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "output_format": "<string>",
  "enhancement_type": "<string>",
  "face_enhance": true,
  "watermark": true,
  "url": "<string>"
}'
{
  "enhanced_url": "<string>",
  "enhanced_img_id": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

201
application/json

The response is of type object.