Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/openai/v1/containers/{container_id}/files/{file_id}/content
"<string>"
Downloads the content of a file from a container.
Note: This endpoint also works without the /v1 prefix (e.g., /openai/containers/{container_id}/files/{file_id}/content).
/v1
/openai/containers/{container_id}/files/{file_id}/content
Container ID
File ID
Provider for the container (defaults to openai)
Successful response
The response is of type file.
file
Was this page helpful?