S3-compatible GetObject

Retrieves raw object bytes from the Bifrost file store.

GET
/bedrock/files/{bucket}/{key}
AuthorizationBearer <token>

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

In: header

Path Parameters

bucketstring

Bucket name.

keystring

Object key ({key:*} wildcard).

Header Parameters

x-model-provider?string

Optional provider override; defaults to bedrock.

Response Body

curl -X GET "http://localhost:8080/bedrock/files/string/string" \  -H "x-model-provider: string"
"string"
"string"
On this page

On this page

No Headings