Skip to main content
POST
/
simulate
/
scenarios
/
{scenario_id}
/
add-rows
/
Add rows to scenario
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
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Path Parameters

scenario_id
string<uuid>
required

Body

application/json
num_rows
integer
required

Number of rows to add (1-100)

Required range: 1 <= x <= 100
Example:

10

description
string

Optional description for the rows

Response

202 - application/json

Row generation started

message
string
scenario_id
string<uuid>
dataset_id
string<uuid>
num_rows
integer