Ingest Batch
Batch ingest up to 500 records.
Returns . Each record is validated and processed independently — a rejected record (field-level errors) never aborts the rest of the batch.
NOTE: batch encoding is intentionally NOT wired here. Per-issue encoding is a single-issue concern; batch embedding is deferred to Phase 2 (embed_batch).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Batch records are intentionally untyped dicts (spec §3: batch is never all-or-nothing). Structural/semantic validation happens per-record inside the batch loop so one malformed record rejects only itself.
1 - 500 elementsResponse
Successful Response
The response is of type Response Ingest Batch V1 Ingest Batch Post · object.