SuperidUpload
Upload an image for SuperID
Use this endpoint to upload an image that you want to upscale with SuperID.
Authorization
token_auth_2 AuthorizationBearer <token>
In: header
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
file?string
Response Body
application/json
application/json
application/json
application/json
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"
}