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