Discogen Process

Run an LLM prompt against each domain with company context. Returns an async task for status polling.

post/discogen/process

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'
domainsstring[] required

Domains to process

context_mode'website' | 'profile' | 'domain'
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_domainsinteger required

Total number of domains to process

Changes

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

    • the domains 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