/
/turbopuffer API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-09-17
  • get/v1/namespaces
  • get/v1/namespaces/{namespace}/schema
  • post/v1/namespaces/{namespace}/schema
  • get/v2/namespaces/{namespace}/metadata
  • patch/v1/namespaces/{namespace}/metadata
  • get/v1/namespaces/{namespace}/hint_cache_warm
  • post/v1/namespaces/{namespace}/_debug/recall
  • post/v2/namespaces/{namespace}
  • delete/v2/namespaces/{namespace}
  • post/v2/namespaces/{namespace}/query
  • post/v2/namespaces/{namespace}/query?stainless_overload=multiQuery
  • post/v2/namespaces/{namespace}?stainless_overload=branchFrom
  • post/v2/namespaces/{namespace}?stainless_overload=copyFrom
  • post/v2/namespaces/{namespace}/explain_query

Signal turbopuffer to prepare for low-latency requests.

get/v1/namespaces/{namespace}/hint_cache_warm

Path parameters

namespacestring required

The name of the namespace.

Response

The status of the cache warm request.

status'ACCEPTED' required

The status of the request.

messagestring

Changes