Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://cdn.tailoredd.com/apiV2/reviews/{reviewId}/media
{ "success": true, "data": {} }
Fetch the ordered list of media URLs and metadata attached to a specific review.
GET {BASE_URL}/reviews/{reviewId}/media
{ "success": true, "data": [ { "publicId": "media_asset_id_abc123", "type": "image", "thumbnailSmall": "https://media.reviewflow.tailoredd.com/.../thumbnail/...", "thumbnailMedium": "https://media.reviewflow.tailoredd.com/.../medium/..." } ] }
Successful response
true
Was this page helpful?