Back to Matching & Tailoring
Diff
Returns a structured diff highlighting the changes between the original and tailored resume.
Request Details
path Parameters
| Field | Type | Required | Description | 
|---|---|---|---|
| id | string  | Yes | The unique identifier of the resume | 
Sample Request & Response
GET
/v1/resumes/{id}/tailor/diffSample Request
Headers:
{
  "Authorization": "Bearer <YOUR_API_KEY>"
}Path Parameters:
{
  "id": "string (required) - The unique identifier of the resume"
}Sample Response (200)
{
  "summaryDiff": "...",
  "workExperienceDiff": "...",
  "skillsDiff": "..."
}