Skip to main content
POST
/
api
/
v1
/
file
/
upload
/
single
/
{fileType}
Upload a single file
curl --request POST \
  --url https://flowra.dev/api/v1/file/upload/single/{fileType} \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form file='@example-file'

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Path Parameters

fileType
string
required

Body

multipart/form-data
file
file

Response

201

File uploaded; returns file ID