Batch endpoints return item-level outcomes. Agents should preserve the status of every item.Documentation Index
Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agent behavior
- Report successes, ambiguous items, validation failures, and access failures separately.
- Preserve item indexes or input IDs so callers can map outputs back to inputs.
- Retry only the items that failed for transient reasons.
- Split oversized batches when you hit
batch_limit_exceededor plan-specific limits.
