302 with a file URL valid for five minutes.Do not forward the Authorization header to the file host. The temporary URL remains usable until it expires; do not log or persist it.
404.resumes.downloadcurl --location 'https://api.cvviz.com/v1/candidates//resume/download' \
--header 'Authorization: Bearer <token>'{
"type": "about:blank",
"title": "Forbidden",
"status": 403,
"detail": "API credential does not grant the required scope",
"instance": "/v1/jobs",
"code": "CUSTOMER_API_RATE_LIMITED",
"errors": [
"string"
],
"requestId": "01J7Y8N9P0Q1R2S3T4U5V6W7X8"
}