Add Rows to Scenario with AI
Generates and adds new rows to a scenario's dataset using AI.
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.