POST /api/v1/growth/run
Confirm a growth quote and start the run. Returns immediately with status: "running" and a run_id you can use to poll status via GET /api/v1/growth/runs/{run_id}.
Credits are deducted from your balance when the run starts.
Request body
Single-use token from
POST /api/v1/growth/quote. Consumed on success.Normalised goal plan. Use the
goal_plan field returned by /growth/quote, not the original resolve response.UUID of a chat to attach the run to. The chat must belong to your account.
Response
Returns202 Accepted.
"running" — the job has been queued for execution.UUID of the BD job created for this run. Use this to poll
/growth/runs/{run_id}.Confirmation preview with provider preset and requested capabilities.
Counts of input assets supplied and enrichment pipeline details.
Any gaps identified in the goal plan input.
Example
cURL
Response