VOOZH about

URL: https://developers.openai.com/api/reference/resources/files/methods/content

⇱ Retrieve file content | OpenAI API Reference


Skip to content

Retrieve file content

GET/files/{file_id}/content

Returns the contents of the specified file.

Path ParametersExpand Collapse
file_id: string

Retrieve file content

curl https://api.openai.com/v1/files/file-abc123/content \
 -H "Authorization: Bearer $OPENAI_API_KEY" > file.jsonl
Returns Examples