API reference
API reference
Base URL, conventions, and how the reference is organized.
The Illumina REST API lives at:
https://api.illumina.sh
Every endpoint authenticates with Authorization: Bearer sub_live_... — see
Authentication. Requests and responses are JSON unless
noted (file upload is multipart).
Conventions
- Paths follow
/v1/default/namespaces/{namespace_id}/.... Thedefaultsegment is a fixed literal; workspace identity comes from your API key. - Asynchronous writes: retain and file retain return an
operation_idand process in the background. Track progress on Async operations. - Budgets: recall and reflect take
budget(low,mid,high) to trade latency for retrieval depth. - Errors share one envelope and status vocabulary — see Errors. Rate limits are described in Rate limits.