curl --request POST \
--url https://cloud.bytebeam.io/api/v1/file \
--header 'Content-Type: multipart/form-data' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--form 'fileName=<string>' \
--form file=@example-file
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/file \
--header 'Content-Type: multipart/form-data' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--form 'fileName=<string>' \
--form file=@example-file
API key required to authenticate requests.
Tenant(Project) name required to identify the project.