POST
/
pmp-create
Create PMP
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/pmp-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
brand_agent_id
string
required

Brand agent ID that will own this PMP

prompt
string
required

Natural language description of PMP requirements (e.g., 'Create PMP with CTV inventory from Hulu and Fox News targeting tall people audience')

name
string

Optional name for the PMP (auto-generated if not provided)

Response

Successful response

data
object
message
string
success
boolean