v1

latestOpenAPI 3.1.02026-07-173384141.4 KB
files_v2

put/documents/v2/files

Response

File uploaded successfully

file_idstring required

The ID of the created file

Use this ID to reference the file in parse, datasets, and other operations.

created_atstring required

The creation date and time of the file.

This is in RFC 3339 format.

Example response

{
  "file_id": "file_12345",
  "created_at": "2023-10-01T12:00:00Z"
}