Retrieve file content

get https://api.openai.com/v1/files/{file_id}/content

Returns the contents of the specified file.source

Path parameters

The ID of the file to use for this request.source

Returns

The file content.source

Example request
1
2
curl https://api.openai.com/v1/files/file-abc123/content \
  -H "Authorization: Bearer $OPENAI_API_KEY" > file.jsonl