PicDance
Home
Home
Picdance
  1. Lip Color
  • RemoveBackGround
    • Introduction
    • API
      POST
  • Sky Replacement
    • Introduction
    • API
      POST
  • Colorize Photo
    • Introduction
    • API
      POST
  • Head Extraction
    • Introduction
    • API
      POST
  • AI Photo Enhancer
    • Introduction
    • API
      POST
  • Sketch to image
    • Introduction
    • API
      POST
    • Task
      GET
  • Remove Object
    • Introduction
    • API
      POST
  • Video Remove Background
    • Introduction
    • API
      POST
    • Task
      GET
  • Lip Color
    • Introduction
    • API
      POST
  1. Lip Color

API

POST
https://api.picdance.com/lipcolor

Request

Header Params
api-key
string 
optional
Example:
your api key
Body Params multipart/form-data
image
file 
optional
lip_color_infos
string 
optional
Example:
[{"rgba":{"R":246,"G":27,"B":0,"A":100}}]

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.picdance.com/lipcolor' \
--header 'api-key: your api key' \
--form 'image=@""' \
--form 'lip_color_infos="[{\"rgba\":{\"R\":246,\"G\":27,\"B\":0,\"A\":100}}]"'

Responses

🟢200OK
application/json
Body
imageURL
string 
required
Example
{
    "imageURL": "https://removegb.ideasolo.online/2024-09-25/5b7b5dbd-edc4-49d9-b0d0-9aafd4e38d29/image.png?Expires=1727226975&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRpDvh1&Signature=qye7%2BHZlA930wA09iLVdR7569SY%3D"
}
Previous
Introduction
Built with