Skip to main content
PUT
/
v1
/
flow
/
bulk_files
Bulk upload files
curl --request PUT \
  --url https://flow.seekr.com/v1/flow/bulk_files \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'files=<string>'
[
  {
    "id": "<string>",
    "object": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "filename": "<string>",
    "bytes": 123,
    "created_by": "<string>",
    "original_file_id": "<string>",
    "deleted": true
  }
]

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Body

application/x-www-form-urlencoded
purpose
enum<string>
required
Available options:
reinforcement-fine-tune,
fine-tune,
preference-fine-tune,
pre-train,
alignment
files
string[]
required

Response

Successful Response

id
string
required
object
string
required
Allowed value: "file"
created_at
string<date-time> | null
type
Available options:
jsonl,
parquet,
pt
purpose
enum<string> | null
Available options:
reinforcement-fine-tune,
fine-tune,
preference-fine-tune,
pre-train,
alignment
filename
string | null
bytes
integer | null
created_by
string | null
original_file_id
string | null
deleted
boolean | null
Last modified on June 18, 2026