OpenAI Uploads API

The Uploads API creates an intermediate Upload object that you can add Parts to, enabling large file uploads. Currently an Upload can accept at most 8 GB in total and expires after an hour. Once you complete the Upload, a File object is created that can be used across the platform.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: openai:openai-uploads-api
name: OpenAI Uploads API
tags:
- Files
- Uploads
score: 100
baseURL: https://api.openai.com
humanURL: https://platform.openai.com/docs/api-reference/uploads
properties:
- url: https://platform.openai.com/docs/api-reference/uploads
  type: Documentation
description: The Uploads API creates an intermediate Upload object that you can add Parts to, enabling
  large file uploads. Currently an Upload can accept at most 8 GB in total and expires after an hour.
  Once you complete the Upload, a File object is created that can be used across the platform.