POST
/
campaign-create-legacy
Create Campaign
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/campaign-create-legacy \
  --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
name
string
required

Name for the campaign strategy

prompt
string
required

Natural language description of campaign objectives and strategy

Response

Successful response

data
object
message
string
success
boolean