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

The buyer agent that will own all creatives

creatives
object[]
required

Array of creatives to create (minimum 1, no maximum limit)

processingMode
string

How to handle errors: fail_fast stops on first error, continue_on_error processes all creatives (default: continue_on_error)

sharedDefaults
object

Shared defaults applied to all creatives (can be overridden per creative)

Response

Successful response

data
object
message
string
success
boolean