Skip to main content
GET
/
download
/
{provider}
/
{file_name}
cURL
curl --request GET \
  --url https://backend.clipvision.ai/download/{provider}/{file_name} \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

provider
string
required
file_name
string
required