For the complete documentation index, see llms.txt. This page is also available as Markdown.

Blobs

Download file blobs

get

Download file from server by it's digest.

Path parameters
digeststringRequired

The Content Digests. A digest is a serialized hash result, consisting of a algorithm and hex portion. Only sha256 based digest accepted.

Example: 84d89877f0d4041efb6bf91a16f0248f2fd573e6af05c19f96bedb9f882f7882
Responses
200

OK

application/octet-stream
Responsestring · binary
get/blobs/{digest}

Was this helpful?