File

Upload file to the platform storage.

post
/api/workspaces/{workspaceId}/file/upload

This endpoint allows users to upload files to the platform storage.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

Body
Filestring · binaryRequired

File that will to be uploaded to the platform storage.

Responses
chevron-right
200

OK

post
/api/workspaces/{workspaceId}/file/upload

Upload CSV file for Custom Dataset

post
/api/workspaces/{workspaceId}/probe/custom/dataset/upload

This endpoint allows users to upload a CSV file containing custom dataset information for probes. The uploaded file will be validated and return fileId, fileName and rowsCount information.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdstringRequired
Body
Filestring · binaryRequired

File that will to be uploaded to the platform storage.

Responses
chevron-right
200

OK

application/json
post
/api/workspaces/{workspaceId}/probe/custom/dataset/upload

Last updated

Was this helpful?