Skip to main content
Post generation jobs retrieve relevant workspace knowledge and turn a brief into a draft through YALG’s AI workflow. If no brief is supplied, autopilot can select a suitable seed source.

Create a job

The response includes the job ID, current status, and—after retrieval—the separate knowledgeTrace provenance. Provenance is not inserted into the published draft.

Run the pipeline

Some integrations create a job and then explicitly run it:

Check job status

Poll at a reasonable interval and stop when the job reaches a terminal state.

Validate generated content

Validation creates the resulting post when the job is ready.

Regenerate or reject

Use these endpoints for review workflows:
  • POST /v1/post-generation/{id}/regenerate
  • POST /v1/post-generation/{id}/reject
Both require a reason in the request body.