Search Volume Offers
Search available disk volume offers using a JSON query body; returns offers with free disk space.
Authorizations
API key must be provided in the Authorization header
Query Parameters
Query parameters for filtering volume search results
Body
The raw search query object (not wrapped in a "q" key).
The body is the search query object itself: each key is a volume offer field name paired with a filter expression {operator: value} (operators: eq, neq, gt, gte, lt, lte, in, notin), plus the special keys documented below. Volume-relevant fields include disk_space, storage_cost, duration, reliability, inet_up and inet_down.
Maximum number of offers to return.
64
Sort order: list of [column, direction] pairs, e.g. [["dph_total", "asc"]].
Offer type to search.
on-demand, bid, reserved "on-demand"
If true, machines are not bundled into multi-GPU offers.
Filter expression for an offer field: {operator: value}, e.g. {"gte": 2} or {"in": ["RTX 4090", "RTX 5090"]}.
Response
Matching volume offers: {"offers": [...]} with keys including id, storage_cost, disk_space, reliability, etc.
Array of volume offer objects