Upscaler

Upscaler - SuperID

Use this endpoint to start the upscaling process.

Check the Notifications (/notification_by_name_json) to understand the processing status.

POST
/api/superid/v2
AuthorizationBearer <token>

In: header

id_project?string
id_image?string
prompt?string
creativity?integer
fidelity?integer
hdr?integer
fractality?integer
denoise?integer
face_enhancer?boolean
seed?integer
scale_factor?string
superid_type?string
flag_email?boolean
output_format?string
options?string

Response Body

Examples

curl -X POST "https://api.piktid.com/api/superid/v2" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "eta": 0,
  "required_credits": 0,
  "width": 0,
  "height": 0,
  "width_o": 0,
  "height_o": 0
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}