Superid

Get SuperID generated images

Deprecation notice

This endpoint is deprecated. We recommend using alternative endpoints to ensure continued support and compatibility.

This endpoint is deprecated and will be removed in the future updates. Please use /superid_images

Get the upscaled images for a certain project.

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

GET
/api/superid

Authorization

token_auth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piktid.com/api/superid" \  -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"
}