Back to Matching & Tailoring
Auto-Apply Suggestions
Automatically applies all AI-suggested improvements to the resume without manual review. Use with caution in production workflows.
Sample Request & Response
POST
/v1/resumes/{id}/tailor/auto-applySample Request
Headers:
{
  "Authorization": "Bearer <YOUR_API_KEY>"
}Body:
{
  "job": {
    "text": "Job description text or jobId"
  }
}Sample Response (200)
{
  "$ref": "TailoredResume"
}