Skip to main content
GET
Get CV Download URL

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.

Authentication

Include the access token in the Authorization header:

Description

Get a presigned URL to download your uploaded CV. The download URL is valid for 1 hour.

Response

Success Response (200 OK)

Response Fields

string
The presigned URL to download the CV file. This URL is valid for 1 hour (3600 seconds).
string
Expiration timestamp of the download URL (ISO 8601).
number
Time in seconds until the URL expires.

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found - No CV

Notes

URL Expiration: The download URL expires after 1 hour. If you need to download the file after this time, request a new URL.