NAME
OpenAPI::Client::OpenAI::Path::files-file_id-content - Documentation for the /files/{file_id}/content path.
OPERATIONS
GET /files/{file_id}/content
downloadFile
$client->download_file({
body => { ... },
});
Returns the contents of the specified file.
Path/query parameters
file_id(in path, required, string) - The ID of the file to use for this request.
Responses
200 - OK
Content-Type: application/json
Example:
"string"
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2023-2026 by Nelson Ferraz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.0 or, at your option, any later version of Perl 5 you may have available.