Validate Icp

Validate domains against an ICP description.

Generates a validation prompt from the ICP text, then runs it through DiscoGen with a fixed output schema: fit (yes/partial/no), confidence (high/medium/low), reasoning.

Returns an async task — poll GET /discogen/status/{task_id} for results.

post/validate/icp

Request body

icp_textstring required

Ideal customer profile description to validate domains against

domainsstring[] required

Domains to validate

context_mode'website' | 'profile' | 'domain'
integration_idstring nullable

LLM provider integration UUID (omit for org default)

web_searchboolean
search_provider_idstring nullable

Search provider integration UUID (omit for org default)

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