Ops GeneratorNo tenant selected

Batch Tool

Craft a batch request and send it to POST /api/v1/batches/generate/.

Batch Configuration

Uses /api/v1/limits/ for bounds + topic list.

Request Payload

What will be sent.

{
  "operation_type": "addition",
  "topic": "",
  "terms": 2,
  "min_digits": 1,
  "max_digits": 2,
  "answer_max": 1000,
  "batch_size": 3,
  "topic_scope": "strict",
  "rule_enforcement": "loose",
  "grouping_style": "none",
  "grouping_pairs": 0
}

Response

Raw JSON response.

No response yet.