Skip to main content
POST
/
public
/
upload
Use this API to upload a file to Keyflow
curl --request POST \
  --url https://keyflow-backend-62hevvkvea-uc.a.run.app/api/public/upload \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "flow_id": "<string>",
  "run_id": "<string>",
  "files": "<array>"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.keyflow.space/llms.txt

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

Authorizations

X-API-Key
string
header
required

The API key for the workflow. It can be found in the Trigger section on Builder Page.

Body

application/json
flow_id
string
required

The ID of the flow within which the file is to be uploaded.

run_id
string
required

The ID of the run within which the file is to be uploaded.

files
array
required

The files to be uploaded.

Response

Successful operation

The response is of type string.