Skip to content

File

2 operations generated from the Engine OpenAPI schema. Request and response model names can be expanded in the interactive schema.

POST /api/v1/files

Upload a file.

Authentication: Authorization header (ApiKeyAuth)

Parameters

NameLocationTypeRequiredDescription
fileformDatafileYesfile to upload

Responses

StatusDescriptionSchema
200OKroute.APIResponse

DELETE /api/v1/files/{id}

Delete the file by ID or filename.

Authentication: Authorization header (ApiKeyAuth)

Parameters

NameLocationTypeRequiredDescription
idpathstringYesfile ID or Name

Responses

StatusDescriptionSchema
200OKroute.APIResponse