Skip to main content
GET
/
api
/
core
/
files
/
images
Get image
curl --request GET \
  --url https://api.example.com/api/core/files/images \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Query Parameters

image_path
string
required

Response

Successful Response