HTTP Error Codes
Partial Batch Failures
Because we process transactions in batches, a single bad transaction does NOT fail the entire request. Instead, the overall response returns200 OK, but individual items inside the results array may have a status of retry or rejected.
rejected: The input string was garbage (e.g., all numbers, or just “123”). It was rejected by our sanitization pipeline. Do not retry it.retry: Our live LLM inference engine timed out. You should retry this specific string later.

