Article Media

v2

EndpointId: API-GAR-007

Returns all available media files for a specified article, including image type, file name, supplier ID, media description, and direct image URLs hosted on the storage server.

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
langId int Required

Example Value: 4
query
articleId int Optional

Example Value: 6159438
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/article-all-media-info?langId=4&articleId=6159438
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/article-all-media-info?langId=4&articleId=6159438' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'