GET
/
resume
/
{id}
/
export
/
Export a resume
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"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required
pk
string
required

Resume ID

Response

200
application/json

The response is of type object.