Skip to main content
POST
/
personas
Create persona
curl --request POST \
  --url https://rawugc.com/api/v1/personas \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Gen Z Fitness Enthusiast",
  "description": "18-25 year old who is into gym culture, meal prep, and transformation content"
}
'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Persona name

Required string length: 1 - 200
description
string
required

Persona description — target audience or voice for content plans

Required string length: 1 - 5000

Response

Persona created successfully

id
string