Article Media

v2

EndpointId: API-PAR-006

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: post
Media Type: multipart/form-data

Parameters Specification

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

Example Value: 125
body
langId int Required

Example Value: 4
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/article-all-media-info
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/article-all-media-info' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"articleId":"125","langId":"4"}'