OpenAI · Capability
OpenAI files — Files
OpenAI files — Files. 5 operations. Lead operation: OpenAI Returns a list of files that belong to the user's organization.. Self-contained Naftiko capability covering one Openai business surface.
What You Can Do
GET
Listfiles
— OpenAI Returns a list of files that belong to the user's organization.
/v1/files
POST
Createfile
— Upload a file that can be used across various endpoints. The size of all the files uploaded by one organization can be up to 100 GB.
/v1/files
DELETE
Deletefile
— OpenAI Delete a file.
/v1/files/{file-id}
GET
Retrievefile
— OpenAI Returns information about a specific file.
/v1/files/{file-id}
GET
Downloadfile
— OpenAI Returns the contents of the specified file.
/v1/files/{file-id}/content
MCP Tools
openai-returns-list-files-that
OpenAI Returns a list of files that belong to the user's organization.
read-only
idempotent
upload-file-that-can-be
Upload a file that can be used across various endpoints. The size of all the files uploaded by one organization can be up to 100 GB.
openai-delete-file
OpenAI Delete a file.
idempotent
openai-returns-information-about-specific
OpenAI Returns information about a specific file.
read-only
idempotent
openai-returns-contents-specified-file
OpenAI Returns the contents of the specified file.
read-only
idempotent