AILabTools
  1. Image Editing
AILabTools
  • 简介
  • AI IMAGE
    • Image Enhancement
      • Image Dehaze
      • Image Upscaler
      • Stretched Image Restoration
      • Image sharpness enhancement
      • Image contrast enhancement
      • Image color enhancement
    • Image Effects
      • AI Cartoon Generator
      • AI Photo Colorize
      • Photo to Painting
      • Style transfer
      • Color Migration
      • HD color migration
      • Image Micro Motion
    • Image Editing
      • AI Image cropping
        POST
      • Intelligent Composition
        POST
      • Photo retouch
        POST
      • Image Invisible Picture Watermark
        POST
      • Image Invisible Text Watermark
        POST
      • Image Erasure
        POST
    • Image scoring
      • Image composition aesthetics score
      • Image exposure score
    • Querying asynchronous task results
      GET
  • AI BACKGROUND REMOVAL
    • Portrait
      • Human background removal
      • Head Extraction
      • Hairstyle Extraction
    • General
      • Universal Background Removal
      • Food Background Removal
      • Product background removal
      • Costume background removal
  • AI PORTRAIT
    • Portrait effects
      • Cartoon yourself
      • Merge Portraits
      • Smart Beauty
      • AI Skin Beauty
      • AI Face Slimming
      • Face Beauty
      • AI Makeup
      • Face Filters
      • Facial aesthetics
      • Change facial expressions
      • Hairstyle changer
      • Hairstyle changer Pro
      • Bring photos to life
      • Photo to 3d slow-motion
      • Face Blur
      • Age & Gender swap
      • AI Face Enhancer
      • Lips Color Changer
    • Portrait Analysis
      • Face Key Points
      • Detect Skin Disease
      • Skin analyze
      • Skin analyze Advanced
      • Skin analyze Pro
      • Face Analyzer
  • AI COMMON
    • Querying asynchronous task results
      GET
    • Querying credits
      GET
  1. Image Editing

Image Invisible Picture Watermark

开发环境
开发环境
POST
/api/image/editing/image-invisible-image-watermark
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/image/editing/image-invisible-image-watermark' \
--header 'ailabapi-api-key;' \
--form 'function_type=""' \
--form 'origin_image=@""' \
--form 'logo=@""' \
--form 'output_file_type=""' \
--form 'watermark_image=@""' \
--form 'quality_factor=""'
响应示例响应示例
0 - encode_pic|encode_pic_plus|encode_pic_bold - encode_pic|encode_pic_plus|encode_pic_bold
{
  "error_code": 0,
  "error_msg": "",
  "request_id": "",
  "log_id": "",
  "data": {
    "watermark_image_url": "",
    "logo_url": ""
  }
}

请求参数

Header 参数
ailabapi-api-key
string 
必需
Application API KEY.
Body 参数multipart/form-data
function_type
string 
必需
Specifies the calling function.
origin_image
file 
必需
Original image.
logo
file 
必需
Watermark images.
output_file_type
string 
必需
Output format.
watermark_image
file 
必需
The image to be resolved, i.e. the composite image with the image watermark.
quality_factor
string 
必需
The quality size of the output image, the higher the quality the larger the image.

返回响应

⚪0encode_pic|encode_pic_plus|encode_pic_bold
application/json
Body
error_code
integer 
必需
error_msg
string 
必需
request_id
string 
必需
log_id
string 
必需
data
object 
必需
watermark_image_url
string 
必需
logo_url
string 
必需
⚪0decode_pic
⚪0decode_pic_plus|decode_pic_bold
上一页
Photo retouch
下一页
Image Invisible Text Watermark
Built with