Build personas in the background
POST/api/v1/personas/build
Queue one PERSONA_BUILD job per requested audience and kick each at once.
Body: {"personas": [{"name": "...", "organisation": "...", "context": "..."}, ...]}
(1–100 rows) → 202 {"jobs": [{"job_id", "name"}], "requested": n}.
Responses
- 422
Unprocessable Entity