NAME
OpenAI::API::Request::File::List - files endpoint
SYNOPSIS
use OpenAI::API::Request::File::List;
my $request = OpenAI::API::Request::File::List->new();
my $res = $request->send();
my @files = @{ $res->{data} };
DESCRIPTION
Returns a list of files that belong to the user's organization.
METHODS
new()
send()
Sends the request and returns a data structured similar to the one documented in the API reference.
SEE ALSO
OpenAI API Reference: Files