Create a JsonFabrica batch generation job
jsonfabrica_create_batchGenerate synthetic JSON test data in bulk from templates, with optional relational cross-referencing between documents. Small batches return results immediately; larger ones provide a batch ID to poll.
Instructions
Calls POST /v1/batches. Generates multiple documents from one or more templates in one call, optionally cross-referencing documents via relations. Small batches run synchronously and the response is 200 with results; larger batches are queued and the response is 202 with just { batchId, status, seed } — poll jsonfabrica_get_batch for the final results in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| documents | Yes | ||
| sequenceNamespace | No | ||
| variableNamespace | No |