Generate the AI context from a domain
Research the company domain in the background and overwrite the AI business context with the result. Returns the generation job to poll; generation takes roughly 10-60 seconds. Only one generation can run per organization at a time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for starting a generation from a company domain.
A bare company domain like 'acme.com' — no scheme or path.
1 - 255Response
Successful Response
A generation job's current state. Poll this until status is terminal.
The domain this job is researching.
Why generation failed — infra trouble, or too little public content.
Where a context-generation job has got to.
Jobs are born RUNNING — creation validates, inserts and queues the
workflow in one call, so there is no separate committed-but-not-started
phase. PENDING exists for schema parity with the other job enums and is
never observed. The two terminal states are absorbing: a job never leaves
them.
pending, running, succeeded, failed