cURL
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": [ "<any>" ] }'
"<string>"
Use this API to upload a file to Keyflow
The API key for the workflow. It can be found in the Trigger section on Builder Page.
Successful operation
The response is of type string.
string
Was this page helpful?