Add AI Rows to Scenario — API
Generate and add 10–100 AI-populated rows to a scenario dataset. Provide optional generation guidance; existing rows and columns are used as context. Returns 202 Accepted.
POST
https://api.futureagi.com/simulate/scenarios/{scenario_id}/add-rows/ Authentication
Path parameters
scenario_id
The scenario ID. Must have an associated dataset.
Request body
numRows
Number of rows to generate. Range: 10—100.
description
Guidance for AI row generation. If omitted, existing rows and columns are used as context.
Response
202 Accepted message
Confirmation that row generation has started.
scenario_id
UUID of the scenario.
dataset_id
UUID of the underlying dataset.
numRows
Number of rows being generated.
Errors
400
No associated dataset or numRows outside 10—100.
401
Invalid or missing API credentials.
404
Scenario not found.
500
Unexpected server error.