Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
curl --request GET \
--url https://backend.clipvision.ai/download/{provider}/{file_name} \
--header 'Authorization: Basic <encoded-value>'curl --request GET \
--url https://backend.clipvision.ai/download/{provider}/{file_name} \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.