cURL
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>" }
Create a new brand/positioning message.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Messaging name
1 - 200
Brand/positioning statement text
1 - 5000
Messaging created successfully
Was this page helpful?