Skip to content

Get an image

GET
/image/{id}

Parameters

Path Parameters

id*
Type
integer
Required
Format
"int64"
Minimum
1

Responses

Image metadata and current tags

application/json
JSON
{
  
"error": "string",
  
"data": {
  
  
"id": 0,
  
  
"text": "string",
  
  
"rating": "string",
  
  
"imageUrl": "string",
  
  
"imageKey": "string",
  
  
"createdAt": "string",
  
  
"userIdentifier": {
  
  
  
"id": 0,
  
  
  
"createdAt": "string",
  
  
  
"username": "string"
  
  
},
  
  
"currentVersionId": 0,
  
  
"version": 0,
  
  
"tags": [
  
  
  
{
  
  
  
  
"id": 0,
  
  
  
  
"name": "string"
  
  
  
}
  
  
]
  
}
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI