# Prism Brief Check API (https://www.socialcrawl.dev/platforms/prism/brief-check) > Pass a creator post URL and the brief: `points` (CSV of required talking points), optional `forbidden` (CSV of claims the creator must not make), and `require_disclosure=1` when a paid-partnership marker is required. The response lists each point with a coverage level (0 not mentioned, 1 passing mention, 2 explained, 3 explained with a demonstration) and a verbatim quote, any forbidden hits, whether a disclosure marker such as #ad or 광고 was present, and a verdict of pass or review. A post with no transcript is `no_transcript: true` and never passes a talking point on silence. These are labels for a reviewer, not an automatic action. TL;DR: `GET /v1/prism/brief-check` costs 15 credits per post (provisional). Caption and transcript are pulled; each talking point is scored and quoted. A missing transcript is reported, never treated as a pass. and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Absolute http(s) URL of one creator post or video. | | `points` | yes | CSV of required talking points, for example 'Use the code SAVE20, Taste test on camera'. | | `forbidden` | no | CSV of claims the creator must not make, for example 'Cures disease'. | | `require_disclosure` | no | Set 1 when a paid-partnership disclosure such as #ad or 광고 is required to pass. (1) | | `brand` | no | Optional brand name used when judging talking points about a product. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/prism/brief-check?url=https%3A%2F%2Fwww.tiktok.com%2F%40creator%2Fvideo%2F1&points=Use%20the%20code%20SAVE20%2C%20Show%20the%20app%20on%20camera" \ -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