Skip to main content

Validate file exist from cloud storage

POST 

/bv/cms/v1/cloud-storages/:id:validate-file

Validates if the file exists in the cloud storage.

Request

Path Parameters

    id stringrequired

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    file_path stringrequired

Responses

A successful response.

Schema
    id string
    file_path string
    file_name string
    file_size int64
Loading...