PicDance
Home
Home
Picdance
  1. AI Photo Enhancer
  • 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. AI Photo Enhancer

API

POST
https://api.picdance.com/image-up

Request

Header Params
api-key
string 
optional
Example:
your api key
Body Params multipart/form-data
image
file 
optional

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/image-up' \
--header 'api-key: your api key' \
--form 'image=@""'

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
Next
Introduction
Built with