cURL
curl --request GET \ --url https://api.letraz.app/api/v1/resume/{id}/export/ \ --header 'Authorization: Basic <encoded-value>'
{ "pdf_url": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "latex_url": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Exports a resume by its ID and returns the exported resume’s PDF and TEX URL from DigitalOcean CDN
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Resume ID
The public CDN URL of the exported PDF file of the resume
The public CDN URL of the exported TEX file of the resume