Upscaler

Upload an image for SuperID

Use this endpoint to upload an image that you want to upscale with SuperID.

POST
/api/superid/upload
AuthorizationBearer <token>

In: header

file?string

Response Body

Examples

curl -X POST "https://api.piktid.com/api/superid/upload"
{
  "id_image": "string",
  "id_project": "string"
}
Empty
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}