Skip to main content
POST
/
messaging
Create messaging
curl --request POST \
  --url https://rawugc.com/api/v1/messaging \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Brand Voice",
  "body": "We empower creators to produce professional-quality content at scale."
}
'
{
  "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

Messaging name

Required string length: 1 - 200
body
string
required

Brand/positioning statement text

Required string length: 1 - 5000

Response

Messaging created successfully

id
string