POST
/
brand-story-update
Update Brand Agent Brand Story
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/brand-story-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
brandStoryId
string
required

ID of the brand story to update

prompt
string
required

Updated natural language prompt defining the target audience profile, demographics, and behavioral characteristics for this brand story

name
string

Optional name for the new model version (defaults to timestamped name)

Response

Successful response

data
object
message
string
success
boolean