Upscaler

Get SuperID history

Get the upscaled/enhanced images for a certain project.

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

POST
/api/superid/history
AuthorizationBearer <token>

In: header

id_project?string
id_image?string

Response Body

Examples

curl -X POST "https://api.piktid.com/api/superid/history" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "id_project": "string",
  "id_image": "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"
}