cURL
curl --request POST \ --url https://rawugc.com/api/v1/content-plans \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "scrapeId": "<string>", "brief": "<string>" } '
{ "planId": "<string>", "scrapeId": "<string>", "brief": "<string>", "topWins": [ "<string>" ], "gapsToTest": [ "<string>" ], "blueprints": [ { "category": "<string>", "strategy": "<string>", "evidence": [ "<string>" ], "contentIdeas": [ { "hook": "<string>", "openingShot": "<string>", "contentOutline": [ "<string>" ], "cta": "<string>" } ] } ] }
Generate a content plan from scraped TikTok videos. Requires a scrapeId from the scrape-tiktok endpoint. Costs 3 credits.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
scrapeId from the scrape-tiktok response
Content plan goals and direction
1 - 5000
Content plan created
Show child attributes
Was this page helpful?