Skip to main content
GET
/
resume
/
{id}
Get resume by id
curl --request GET \
  --url https://api.letraz.app/api/v1/resume/{id}/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "user": "<string>",
  "job": "<string>",
  "status": "<string>",
  "sections": "<string>",
  "base": false,
  "thumbnail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://outline.letraz.app/llms.txt

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

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

Resume ID

Response

id
string
required
read-only

The unique identifier for the resume entry.

user
string
required
read-only
job
string
required
read-only
status
string
required
read-only
sections
string
required
read-only
base
boolean
default:false

Whether the resume is a base resume for the user. One user can

thumbnail
string<uri> | null
Maximum string length: 200