Add Columns to Scenario
Add up to 10 AI-generated columns to a scenario dataset. Specify name, data type, and description per column. Generation is asynchronous; returns 202 Accepted.
https://api.futureagi.com/simulate/scenarios/{scenario_id}/add-columns/ Authentication
Path parameters
The scenario ID. The dataset must have at least one row.
Request body
Column definitions to add (1—10 per request). Names must be unique in the dataset. Each column: name (string, max 50 chars), dataType (text, boolean, integer, float, json, array, image, images, datetime, audio, document, others, persona), description (string, max 200 chars, guides AI generation).
Response
202 AcceptedErrors
Invalid columns: missing fields, duplicates, exceeds 10-column limit, or dataset has no rows.
Invalid or missing API credentials.
Scenario not found.
Unexpected server error.