Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint primarily serves LemonData’s OpenAI-compatible Batch API file content retrieval. When the request opts into Anthropic Files compatibility mode, the same route can proxy the original stored file content for the bound workspace.Notes
- Batch input files must use
purpose=batch. completion_windowis currently24h.- Output ordering is not guaranteed; always match by
custom_id. - Streaming is not supported inside batch items.
Example
Request / Response
Use the interactive OpenAPI panel above for the exact schema.Operational Tips
- Use
custom_idfor idempotent downstream reconciliation. - Expect
output_file_idanderror_file_idonly after the worker finalizes the batch. - Batch pricing may differ from synchronous pricing because
isBatchRequest=truediscount rules apply.