Skip to main content
POST
/
resume
/
tailor
Start resume tailoring process
curl --request POST \
  --url https://api.letraz.app/api/v1/resume/tailor/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "target": "<string>"
}
'
{
  "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.

Body

Request body for starting the resume tailoring process. Provide either a job URL or a sufficiently long job description.

target
string
required

Job URL or long job description to tailor the resume against.

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