# Prism Format Lift API (https://www.socialcrawl.dev/platforms/prism/format-lift) > Pass platform (youtube, tiktok, or instagram) and handle. The response files each recent post as a how-to, a story, a challenge, or none, then divides that post's views (or likes, when the platform publishes no views) by the median of the creator's other posts of the same type. Pinned posts are excluded. A post under 48 hours is marked too young and is not given a ratio. Fewer than eight comparable posts returns no baseline. A bucket under eight posts publishes the count and not a median. The price is provisional. TL;DR: `GET /v1/prism/format-lift` costs 4 credits (provisional). One page of the creator's recent posts is read, and each post is compared with that creator's own median. A bucket with fewer than eight posts lists the count and leaves the median empty. and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `platform` | yes | youtube, tiktok, or instagram. | | `handle` | yes | The creator's handle, without @. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/prism/format-lift?platform=youtube&handle=joshuaweissman" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Prism API: https://www.socialcrawl.dev/platforms/prism ## 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