v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
OpenAI Integration

Create file in container (OpenAI format)

Creates a new file in a container. You can either upload file content directly via multipart/form-data or reference an existing file by its ID.

Note: This endpoint also works without the /v1 prefix (e.g., /openai/containers/{container_id}/files).

post/openai/v1/containers/{container_id}/files

Path parameters

container_idstring required

Container ID

Query parameters

providerstring

Provider for the container (defaults to openai)

Request body

file_idstring required

The ID of an existing file to copy into the container

file_pathstring

Optional path for the file within the container

Response

Successful response

idstring

The unique identifier for the created file

objectstring

The object type (always "container.file")

container_idstring

The ID of the container this file belongs to

pathstring

The path of the file within the container

bytesinteger

The size of the file in bytes

created_atinteger

Unix timestamp of when the file was created

sourcestring

The source of the file