Upscaler

Retrieve superid project: uploaded image and info

Use this endpoint to reload an old project.

POST
/api/retrieve_superid_project
AuthorizationBearer <token>

In: header

id_projectstring

Response Body

Examples

curl -X POST "https://api.piktid.com/api/retrieve_superid_project" \
  -H "Content-Type: application/json" \
  -d '{
    "id_project": "string"
  }'
{
  "main": "string",
  "thumbnail": "string"
}
Empty
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}