The playground

Try any of 434 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/trendyol/v1/product/reviews2 credits

paginated reviews by `content_id` OR `url`: {ai_summary (AI review digest), summary(avg/total_rating_count/total_comment_count/total_pages), reviews[]{user,rating,comment,date,seller,trusted,is_influencer,images}}. page/page_size params.

Working example
Parameters
⌘↵
request preview
curl -X POST https://api.reefapi.com/trendyol/v1/product/reviews \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"content_id":"762254881"}'

Hit Send (or ⌘↵) to run this endpoint live.