FlashApply API Docs
Need help?
Back to Matching & Tailoring

Diff

Returns a structured diff highlighting the changes between the original and tailored resume.

Request Details

path Parameters

FieldTypeRequiredDescription
id
string
YesThe unique identifier of the resume

Sample Request & Response

GET
/v1/resumes/{id}/tailor/diff
Sample Request

Headers:

{
  "Authorization": "Bearer <YOUR_API_KEY>"
}

Path Parameters:

{
  "id": "string (required) - The unique identifier of the resume"
}
Sample Response (200)
{
  "summaryDiff": "...",
  "workExperienceDiff": "...",
  "skillsDiff": "..."
}