cURL
curl --request GET \ --url http://localhost:3000/api/openapi/printer/resume/{id}/pdf \ --header 'x-api-key: <api-key>'
{ "url": "<string>" }
Export a resume as a PDF. Returns a URL to download the PDF.
The API key to authenticate requests.
OK