Skip to main content
PATCH
Update persona binding

Authorizations

Authorization
string
header
required

Developer API key from Dashboard → Settings → Developer API

Path Parameters

id
string<uuid>
required

ID of the binding.

Body

application/json

The bound account cannot be changed — delete the binding and create a new one instead. An empty object is accepted and returns the binding untouched.

captionPipelineId
string | null

Caption workflow ID, or null to clear it (captions then fall back to the static input). Omit to leave it alone.

Required string length: 1 - 100
mediaPipelineIds
string[]
Required string length: 1 - 100
brief
object

Replaces the stored brief in full.

mode
enum<string>

Trust dial. draft_only = the persona generates and a human schedules; review = auto-scheduled from human-approved assets only; autopilot = pipeline output posts unattended.

Available options:
draft_only,
review,
autopilot
status
enum<string>

Setting this back to active also clears lastError.

Available options:
active,
paused,
error

Response

Binding updated

binding
object
required