Short answer: Drop the "OpenAI → Create Batch" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Input File ID input_file_id | string | Required | JSONL file uploaded via /files with purpose=batch |
Endpoint endpoint | options | Required | Which API the batch lines target |
Completion Window completion_window | options | Optional | How long the batch may run |
{"input_file_id": "file-abc123","endpoint": "{{trigger.endpoint}}","completion_window": "{{trigger.completion_window}}"}
{"id": "batch_abc","status": "validating","endpoint": "/v1/chat/completions","input_file_id": "file-abc"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.