GET /resume/:resumeID/download
Get a temporary available download link of a specific PDF resume
The link returned is available for 24 hours
Get downloadable PDF resume URL
GET https://open-api.rezi.ai/v1/resume/:resumeID/download
Path Parameters
Name
Type
Description
resumeID*
String
Resume ID
Headers
Name
Type
Description
Authentication*
String
"Bearer PRIVATE_TOKEN_API_KEY" Authentication token to secure and track down your usage. Use this specific format with your Private API k
{
// Response
}{
"status": "success",
"data": "https://storage.googleapis.com/rezi-temp-download/:downloadUniqueID"
}{
status: 'No content',
message: 'resume not found',
}Last updated