1. images
Paralleg
  • API
    • v1
      • attributes
        • car
          • Get Brands
          • Get Models
          • Get Types
      • categories
        • Get Categories
        • Get Category
        • Get Category Parameters
      • parameters
        • Get Parameter
        • Get Parameter Values
      • listing
        • Listing Lookup
      • offers
        • Offer Lookup
        • Get Offer
        • Get Offer By External ID
        • Get Offer Text
        • Get Offer Images
        • Get Offer Related
      • images
        • Image
          GET
        • Image redirect
          GET
        • Proxy image content in original size
          GET
        • Proxy image content resized
          GET
    • Get request info
      GET
    • Schemas
      • v1
        • Offers
          • Offer
          • OfferCategory
          • ListingOffer
          • OfferParameter
          • OfferText
          • OfferParameterValue
          • OfferProduct
          • OfferSeller
          • ReplacementOffer
        • CarAttributes
          • CarBrand
          • CarModel
          • CarType
          • CarModelGroup
        • Parameters
          • Restrictions
            • ParameterIntegerRestrictions
            • ParameterFloatRestrictions
            • ParameterStringRestrictions
            • ParameterDisctionaryRestrictions
          • Parameter
          • ParameterValue
        • Images
          • Image
          • ImageVariant
        • Lang
        • Category
        • Pagination
        • Currency
  • Browser API
    • v1
  1. images

Image

GET
/v1/images/{id}
Last modified:2026-03-26 00:53:01

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "data": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "variants": {
            "s256": {
                "url": "http://example.com",
                "external_url": "http://example.com"
            },
            "s512": {
                "url": "http://example.com",
                "external_url": "http://example.com"
            },
            "s1024": {
                "url": "http://example.com",
                "external_url": "http://example.com"
            },
            "source": {
                "url": "http://example.com",
                "external_url": "http://example.com"
            }
        }
    }
}
🟠401Unauthorized
🟠404Record Not Found
Modified at 2026-03-26 00:53:01
Previous
Get Offer Related
Next
Image redirect
Built with