Skip to main content
POST
/
brand-story-update
Update brand story
curl --request POST \
  --url https://api.jackson.scope3.com/brand-story-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "brandStoryId": "<string>",
  "prompt": "<string>"
}'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication using Scope3 API key

Body

application/json
brandStoryId
string
required

ID of the brand story to update

prompt
string
required

New audience definition prompt

Response

Successful tool execution

success
boolean

Whether the operation succeeded

message
string

Human-readable response message

data
object

Response data (varies by tool)

I