POST
/
audience-create
Create Synthetic Audience
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/audience-create \
  --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
brandAgentId
string
required

ID of the brand agent that will own this audience

name
string
required

Name of the synthetic audience (e.g., 'Tech Enthusiasts 25-34')

description
string

Optional description of the audience characteristics and targeting goals

Response

Successful response

data
object
message
string
success
boolean