cURL
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>" }
Token-based authentication with required prefix "Token"
The response is of type object.
object
Was this page helpful?