Skip to main content
POST
/
inspo
/
{inspoId}
/
plans
Create content plan
curl --request POST \
  --url https://rawugc.com/api/v1/inspo/{inspoId}/plans \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "brief": "Create a 7-day fitness content plan targeting young professionals. Focus on quick workouts and meal prep ideas that perform well on TikTok."
}
'
{}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

inspoId
string
required

Inspo project ID

Body

application/json
brief
string
required

Creative brief describing the content plan goals

Required string length: 1 - 5000
personaId
string

Optional persona ID to use for the plan

messageId
string

Optional message ID for context

Response

Content plan created successfully

The generated content plan