Skip to main content
POST
/
api
/
v1
/
runtime
/
v1
/
files
Upload file for provider (returns fileId)
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/v1/files \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'provider=<string>' \
  --form 'providerName=<string>' \
  --form 'purpose=<string>'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

multipart/form-data

Multipart upload: provider-bound file + provider metadata.

file
file
required
provider
string
providerName
string
purpose
string

Response

Provider file reference: { fileId, provider, mimeType?, size? }.