Skip to main content
POST
Request content insights

Change Log

No changes to report

Authorizations

Authorization
string
header
required

Conductor API token, sent as Bearer <your-api-token>. Generate a token from Integrations > API > Create API Token.

Path Parameters

accountId
integer
required

Account identifier

draftId
string<uuid>
required

Draft identifier

Body

application/json

All fields are optional; an empty object (or an omitted body) is valid and is the common case. Insight generation uses the topics, rank source, competitor URLs, and other targeting fields already stored on the draft (set via the create/update draft endpoints) -- this request only carries job controls for the async run.

options
object

Optional controls for the insight-generation job.

idempotencyKey
string

Client-supplied key to safely retry this request without submitting a duplicate job.

Response

Insights request accepted