Skip to main content
GET
/
resumes
/
{id}
/
pdf
Download resume as PDF
curl --request GET \
  --url http://localhost:3000/api/openapi/resumes/{id}/pdf \
  --header 'x-api-key: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.rxresu.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The ID of the resume.

Response

200 - application/pdf

The generated resume PDF.

The response is of type string.