The playground
Try any of 919 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/tiktok-creative-center/v1/trend_reports1 credit
Creative-Center trend reports & creative-guidance articles (official TikTok marketing insight content).
Working example
Parameters
Which Creative-Center article stream to return.
Articles (1-50). (1–50)
Result page (use order_by=ctr/like/cost to page beyond the first 'for_you' recommendation page). (1–50)
request preview
curl -X POST https://api.reefapi.com/tiktok-creative-center/v1/trend_reports \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"article_type":"trends"}'Hit Send to run this endpoint live.