Back

download-file (clj)

(source)

function

(download-file params) (download-file params options)
Returns the contents of the specified file Example: ``` (download-file {:file-id "file-wefuhweof"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/files/retrieve-content)

Examples