Discogen Process Personas

Run an LLM prompt against each contact record. Returns an async task for status polling.

post/discogen/process-personas

Request body

querystring required

Prompt to run against each record

integration_idstring nullable

LLM provider integration UUID (omit for org default)

web_searchboolean
include_x_searchboolean
search_provider_idstring nullable

Search provider integration UUID (omit for org default)

search_context_size'low' | 'medium' | 'high'
persona_idsinteger[] required

Contact record IDs to process

context_mode'name_only' | 'profile' | 'profile_summary' | 'company' | 'full'
previous_discogen_dataobject nullable

Response

Successful Response

task_idstring required

Unique task identifier for polling status

status'in_progress' required

Task status: in_progress

total_personasinteger required

Total number of personas to process

Changes

Changed in 1 of the 8 revisions of this API.2

    • the persona_ids request property's minItems was increased to 1

      request-property-min-items-increased

    • the query request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog