cURL
curl --request POST \ --url https://api.futureagi.com/simulate/scenarios/{scenario_id}/add-rows/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>' \ --data '{ "num_rows": 10 }'
{ "message": "<string>", "scenario_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "num_rows": 123 }
Generate and add new rows to a scenario’s dataset
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Number of rows to add (1-100)
1 <= x <= 100
10
Optional description for the rows
Row generation started
Was this page helpful?