GET
/
api
/
enhanced-images
/
{id}
/
Fetch individual enhanced image
curl --request GET \
  --url https://backend.tensorpix.ai/api/enhanced-images/{id}/ \
  --header 'Authorization: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "original_image": 123,
  "width": 8208,
  "height": 8208,
  "size": 4611686018427388000,
  "file": "<string>",
  "owner": "[email protected]",
  "thumbnail": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Response

200
application/json

The response is of type object.