# TikTok Effects API (https://www.socialcrawl.dev/platforms/tiktok/effects) > Looks up TikTok effects (the camera filters creators apply to a video) by id, up to 50 in one request for a single credit. Each row carries the effect name, its designer, the total views of videos made with it under `post.engagement.views`, and the number of such videos under `post.ext.video_count`. Match results by the returned `post.id`, never by position: repeated ids are collapsed into one row and ids TikTok does not recognise are omitted, so the response can be shorter than the list you sent. A request in which no id is recognised returns `404 RESOURCE_NOT_FOUND` and is refunded. TL;DR: `GET /v1/tiktok/effects` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `ids` | yes | Comma-separated TikTok effect ids, up to 50 per request. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktok/effects?ids=1108584%2C1109028" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full TikTok API: https://www.socialcrawl.dev/platforms/tiktok ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing